Vote #64047
完了Removal of menu-items through plugin-API
開始日:
2008/10/24
期日:
進捗率:
0%
予定工数:
Redmineorg_URL:
category_id:
20
version_id:
2
issue_org_id:
2087
author_id:
1565
assigned_to_id:
5
comments:
1
status_id:
5
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
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.
journals
@#delete_menu_item@ method added to the plugin API in r1952.
Example:
<pre>
Redmine::Plugin.register :foo do
delete_menu_item :top_menu, :my_page
end
</pre>
--------------------------------------------------------------------------------
いいね!0