mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 00:36:01 +01:00
Moved bulk_edit/update routes into issues resources.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8148 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -124,7 +124,7 @@ class RoutingTest < ActionController::IntegrationTest
|
||||
should_route :get, "/issues/changes", :controller => 'journals', :action => 'index'
|
||||
|
||||
should_route :get, "/issues/bulk_edit", :controller => 'issues', :action => 'bulk_edit'
|
||||
should_route :post, "/issues/bulk_edit", :controller => 'issues', :action => 'bulk_update'
|
||||
should_route :post, "/issues/bulk_update", :controller => 'issues', :action => 'bulk_update'
|
||||
end
|
||||
|
||||
context "issue categories" do
|
||||
|
||||
Reference in New Issue
Block a user