[#974] Force the issue new link in the sidebar to the new action

This commit is contained in:
Holger Just 2012-04-10 23:35:12 +02:00
parent b169f02377
commit c3fc106355
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ Redmine::MenuManager.map :project_menu do |menu|
:caption => :label_issue_plural,
: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,
:caption => :label_issue_new,
:parent => :issues,