[#974] Force the issue new link in the sidebar to the new action
This commit is contained in:
parent
b169f02377
commit
c3fc106355
|
@ -259,7 +259,7 @@ Redmine::MenuManager.map :project_menu do |menu|
|
||||||
:caption => :label_issue_plural,
|
:caption => :label_issue_plural,
|
||||||
:children => issue_query_proc
|
:children => issue_query_proc
|
||||||
})
|
})
|
||||||
menu.push(:new_issue, { :controller => 'issues', :action => 'new' }, {
|
menu.push(:new_issue, { :controller => 'issues', :action => 'new', :copy_from => nil }, {
|
||||||
:param => :project_id,
|
:param => :project_id,
|
||||||
:caption => :label_issue_new,
|
:caption => :label_issue_new,
|
||||||
:parent => :issues,
|
:parent => :issues,
|
||||||
|
|
Loading…
Reference in New Issue