mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
Use issue path instead of bulk update issues path when only one issue is selected in the context menu (#33521).
git-svn-id: http://svn.redmine.org/redmine/trunk@21089 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -43,6 +43,7 @@ class RoutingIssuesTest < Redmine::RoutingTest
|
||||
should_route 'GET /issues/bulk_edit' => 'issues#bulk_edit'
|
||||
should_route 'POST /issues/bulk_edit' => 'issues#bulk_edit' # For updating the bulk edit form
|
||||
should_route 'POST /issues/bulk_update' => 'issues#bulk_update'
|
||||
should_route 'PATCH /issues/bulk_update' => 'issues#bulk_update'
|
||||
end
|
||||
|
||||
def test_issues_scoped_under_project
|
||||
|
||||
Reference in New Issue
Block a user