calmPress / calmpress

A modern CMS based on WordPress
https://calmpress.org/
21 stars 1 forks source link

Can't have an admin menu item which is more restrictive than the menu #329

Open markkap opened 2 years ago

markkap commented 2 years ago

Right now this is very obvious with the tools menu. If you assign a user a maintenance_mode capability it can not access the relevant page since the menu related code generates a "Sorry, you are not allowed to access this page." message

markkap commented 2 years ago

going to punt the core problem to later and just fix tools menu for now by introducing a special capability to control the tools menu and add a filter to calculate it base on the capabilities of the sub menus.