Feature #2087
Removal of menu-items through plugin-API
Status: | Closed | Start date: | 2008-10-24 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Plugin API | |||
Target version: | 0.8 | |||
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.
Associated revisions
Adds #delete_menu_item to the plugin API (#2087).
History
#1
Updated by Jean-Philippe Lang over 14 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