mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-28 11:21:14 +00:00
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
This commit is contained in:
parent
efabbedebe
commit
b2171c8dfd
@ -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…
x
Reference in New Issue
Block a user