Project

General

Profile

Actions

Feature #2087

closed

Removal of menu-items through plugin-API

Added by Mischa The Evil over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Plugin API
Target version:
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.

Actions #1

Updated by Jean-Philippe Lang over 15 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

Also available in: Atom PDF