Actions
Feature #2087
closedRemoval of menu-items through plugin-API
Start date:
2008-10-24
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
As discussed in IRC;
Add a way to remove menu-items (at least as discussed for top-menu) through the plugin-API.
This might be handy for people who wants to seriously modify Redmine.
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Resolution set to Fixed
#delete_menu_item
method added to the plugin API in r1952.
Example:
Redmine::Plugin.register :foo do delete_menu_item :top_menu, :my_page end
Actions