Project

General

Profile

Enabled modules definition

Added by Benjamin FRAUD over 13 years ago

Hi!

I'm trying to add two new modules in my main menu (one for the Gantt, one for the calendar). On Redmine 0.9.3 it was pretty easy, I just had to add some code in redmine.rb by using the push methode. Of course it was not the cleanest way of doing it, since the display of these two modules was not configurable through the "modules" tab in the project configuration page.

On Redmine 1.0.0, it seems to have changed, adding menu items in redmine.rb is not working anymore. So, I would like to know where the modules are configured, cause I can't figure out where it is. Is there not an easy way to just add a module by using a symbol or something?

Thanks!