#140 - Category permissions for menus
| Identifier | #140 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Category permissions for menus |
| Status | Open |
| Tags |
Type: Cross-cutting feature (custom) |
| Handling member | Deleted |
| Addon | core_menus |
| Description | Build permission checking into the content_meta_aware hooks, and then implement permission checking for category permissions on menus using these hooks. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
{$?,{$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.