View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
140 | Composr | core_menus | public | 2010-04-07 22:06 | 2016-06-08 10:36 |
Reporter | Chris Graham | Assigned To | Guest | ||
Priority | normal | Severity | feature | ||
Status | new | Resolution | open | ||
Summary | 140: Category permissions for menus | ||||
Description | Build permission checking into the content_meta_aware hooks, and then implement permission checking for category permissions on menus using these hooks. | ||||
Tags | Type: Cross-cutting feature | ||||
Attach Tags | |||||
Time estimation (hours) | 3 | ||||
Sponsorship open | |||||
child of | 142 | Resolved | Chris Graham | Merged sitemap API |
|
This is less important now, as Sitemap nodes can be included and these automatically check all permissions. Explicit checking for manually inserting menu nodes would be nice in some rare circumstances. |
|
A workaround is to re-encode permissions in the match key field, e.g. {$?,{$IS_IN_GROUP,2\,3\,4},,_never_} That should make it so that only groups 2, 3, and 4 can view the page, because anything else is going to get a match key of _never_ which can't pass. |
|
Works a treat - thanks Chris ! |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-06-07 22:32 | Chris Graham | Category | core => core_menus |
2016-06-07 22:58 | Chris Graham | Note Added: 0004000 | |
2016-06-08 10:36 | Lhasadreams | Note Added: 0004015 |