Ticket #136 (closed defect: fixed)
PageIndex should not show pages you don't have read access to
| Reported by: | GiorgosKontopoulos | Owned by: | unassigned |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.6.2 |
| Component: | actions | Version: | 1.1.6.1 |
| Severity: | normal | Keywords: | pageindex read access ACL |
| Cc: |
Description
resolved with just adding a check in before doing anything with each page
foreach ($pages as $page) {
if (!$this->HasAccess("read", $pagetag?)) continue;
I will attach a modified pageindex.php that also gets rid of unecessary <strong> tags on every index letter.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.