mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 00:36:01 +01:00
Fixed broken issue form update when changing tracker.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8195 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -97,6 +97,8 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
should_route :get, "/issues/64.xml", :controller => 'issues', :action => 'show', :id => '64', :format => 'xml'
|
||||
|
||||
should_route :get, "/projects/23/issues/new", :controller => 'issues', :action => 'new', :project_id => '23'
|
||||
# issue form update
|
||||
should_route :post, "/projects/23/issues/new", :controller => 'issues', :action => 'new', :project_id => '23'
|
||||
should_route :post, "/projects/23/issues", :controller => 'issues', :action => 'create', :project_id => '23'
|
||||
should_route :post, "/issues.xml", :controller => 'issues', :action => 'create', :format => 'xml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user