- Issue created by @agentrickard
The menu system "administer menus" permission makes no distinction between adding a menu link to a node and managing the menu links via the UI.
This module restricts menu choices on node forms but not on menu link forms.
Having a split permission (use the node menu interface and use the menu link interface) is a good solution to the case where a user should be able to add items to the menu but not edit the entire menu.
n/a
Create two new permissions for accessing menu UI elements (node and menu ui).
Enable these by default for all roles that can "administer menus" in order to replicate current behavior
Write the code and the tests
New permissions added
New permissions added
New permissions added
Active
2.1
Code