mirror of
				https://github.com/redmine/redmine.git
				synced 2025-10-31 02:15:52 +01:00 
			
		
		
		
	Refactor: start to split IssuesController#move into two separate actions.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3918 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
		| @@ -86,7 +86,7 @@ class RoutingTest < ActionController::IntegrationTest | ||||
|     should_route :get, "/projects/23/issues/64/copy", :controller => 'issues', :action => 'new', :project_id => '23', :copy_from => '64' | ||||
|  | ||||
|     should_route :get, "/issues/1/move", :controller => 'issues', :action => 'move', :id => '1' | ||||
|     should_route :post, "/issues/1/move", :controller => 'issues', :action => 'move', :id => '1' | ||||
|     should_route :post, "/issues/1/perform_move", :controller => 'issues', :action => 'perform_move', :id => '1' | ||||
|      | ||||
|     should_route :post, "/issues/1/quoted", :controller => 'issues', :action => 'reply', :id => '1' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user