I have a use case where one type of user may administer any menu link (create/edit/delete) in any menu in the website, including menus that are yet to be created (by another user with the "Administrator"-role), but these users may not administer the menus themselves.
In Drupal Core, the only way to automatically give access to a newly created menu, is by granting that role the Administer menus and menu links
permission. However, this permission gives access to administer both menu links and menus, which is not desired in my use case: I want my users to get automatic administer access to menu links only and not to menus.
Add a new permission that grant administer access to any menu links:
administer
access to all menu links of all menus.Update the tests to also cover this new permission.
-
-
-
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.