Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Choose the items shown in the Modules menu

Choose the items shown in the Modules menu

Added by Rafael Cardero over 2 years ago

Hi, how can I choose the items shown in the Modules menu? See the attachment, please. I would like to hide "Time and Costs" for now.

I am using OpenProject 12.3.2 Community Edition.

Best, 
Rafael


Replies (3)

RE: Choose the items shown in the Modules menu - Added by Adam Szabo over 2 years ago

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:

OPENPROJECT_HIDDEN__MENU__ITEMS_ADMIN__MENU="roles types"

The following example disables all menu items except ‘Users’, ‘Groups’ and ‘Custom fields’ under ‘Administration’:

OPENPROJECT_HIDDEN__MENU__ITEMS_ADMIN__MENU="roles types statuses workflows enumerations settings ldap_authentication colors project_types export_card_configurations plugins info"

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’:

OPENPROJECT_BLACKLISTED__ROUTES="admin/info admin/plugins export_card_configurations project_types colors settings admin/enumerations workflows/* statuses types admin/roles"

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: []

OPENPROJECT_DISABLED__MODULES="backlogs meetings"

RE: Choose the items shown in the Modules menu - Added by Rafael Cardero over 2 years ago

Hi Adam. 

Thank you for the doc and tips. I will check, it seems to be what I need. 

Best, 

Rafael

RE: Choose the items shown in the Modules menu - Added by Adam Szabo over 2 years ago

You are welcome Rafael

  • (1 - 3/3)
Loading...