Actions
Patch #6008
closedMove admin_menu to Redmine::MenuManager
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
2010-07-31
Due date:
% Done:
100%
Estimated time:
Description
Admin menu should be moved to a standard Redmine::MenuManager so that it can be modified in a plugin the same way we do with other menu.
For the moment the only way to modify this menu really (not just add something, reorganize or remove items for instance) is to override the view. If 2 plugins do this, the 2nd will override 1st modifications. This problem doesn't occur anymore if the menu is managed with Redmine::MenuManager.
See patch attached. If it's functionnally OK, we can integrate this easily, it should not break anything in existing plugins.
Files
Updated by Eric Davis about 14 years ago
- Status changed from New to Resolved
- Assignee set to Eric Davis
- % Done changed from 0 to 100
Good find, I forgot about this refactoring. Committed in r3909.
Updated by Eric Davis about 14 years ago
- Status changed from Resolved to Closed
Merged to 1.0-stable for release in 1.0.1.
Actions