You can disable specific menu items in the menu sidebar for each main menu (such as Administration and Projects). The configuration can be done through environment variables. You have to define one variable for each menu that shall be hidden.
default: {}
For instance ‘Roles’ and ‘Types’ under ‘Administration’ can be disabled by defining the following variable:
Modules may be disabled through the configuration. Just give a list of the module names either as an array or as a string with values separated by spaces.
Replies (3)
Hi Rafael
please read here
https://www.openproject.org/docs/installation-and-operations/configuration/#hidden-menu-items-admin-menu
hidden menu items admin menu
You can disable specific menu items in the menu sidebar for each main menu (such as Administration and Projects). The configuration can be done through environment variables. You have to define one variable for each menu that shall be hidden.
default: {}
For instance ‘Roles’ and ‘Types’ under ‘Administration’ can be disabled by defining the following variable:
The following example disables all menu items except ‘Users’, ‘Groups’ and ‘Custom fields’ under ‘Administration’:
blacklisted routes
You can blacklist specific routes
default: []
The following example forbid all routes for the second example at the ‘hidden menu items admin menu’:
disabled modules
Modules may be disabled through the configuration. Just give a list of the module names either as an array or as a string with values separated by spaces.
default: []
Hi Adam.
Thank you for the doc and tips. I will check, it seems to be what I need.
Best,
Rafael
You are welcome Rafael