summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-11-07 12:53:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-11-07 12:53:45 +0000
commit3b01ea9fa42cec01a17664a64de6f8157d363bec (patch)
treed6b69ef47333b22dbf782abfbcbaa00273ddae12 /lib/redmine.rb
parentae498a06e25668a2561d0374ba7a6ecd96b67b89 (diff)
downloadredmine-3b01ea9fa42cec01a17664a64de6f8157d363bec.tar.gz
redmine-3b01ea9fa42cec01a17664a64de6f8157d363bec.zip
Removed gantt and calendar menu items that do not fit into the core project menu (#6271).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4381 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 1e6a71810..c03260d7e 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -191,8 +191,6 @@ Redmine::MenuManager.map :project_menu do |menu|
menu.push :issues, { :controller => 'issues', :action => 'index' }, :param => :project_id, :caption => :label_issue_plural
menu.push :new_issue, { :controller => 'issues', :action => 'new' }, :param => :project_id, :caption => :label_issue_new,
:html => { :accesskey => Redmine::AccessKeys.key_for(:new_issue) }
- menu.push :gantt, { :controller => 'gantts', :action => 'show' }, :param => :project_id, :caption => :label_gantt
- menu.push :calendar, { :controller => 'calendars', :action => 'show' }, :param => :project_id, :caption => :label_calendar
menu.push :news, { :controller => 'news', :action => 'index' }, :param => :project_id, :caption => :label_news_plural
menu.push :documents, { :controller => 'documents', :action => 'index' }, :param => :project_id, :caption => :label_document_plural
menu.push :wiki, { :controller => 'wiki', :action => 'show', :id => nil }, :param => :project_id,