Browse Source

Add "Log time" to global button menu (+) (#23639).

Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@15760 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Jean-Philippe Lang 7 years ago
parent
commit
b2171c8dfd
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      lib/redmine.rb

+ 2
- 0
lib/redmine.rb View File

@@ -238,6 +238,8 @@ Redmine::MenuManager.map :project_menu do |menu|
:parent => :new_object
menu.push :new_version, {:controller => 'versions', :action => 'new'}, :param => :project_id, :caption => :label_version_new,
:parent => :new_object
menu.push :new_timelog, {:controller => 'timelog', :action => 'new'}, :param => :project_id, :caption => :button_log_time,
:parent => :new_object
menu.push :new_news, {:controller => 'news', :action => 'new'}, :param => :project_id, :caption => :label_news_new,
:parent => :new_object
menu.push :new_document, {:controller => 'documents', :action => 'new'}, :param => :project_id, :caption => :label_document_new,

Loading…
Cancel
Save