mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 08:46:01 +01:00
Download all attachments at once (#7056).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19601 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -35,5 +35,6 @@ class RoutingAttachmentsTest < Redmine::RoutingTest
|
||||
|
||||
should_route 'GET /attachments/issues/1/edit' => 'attachments#edit_all', :object_type => 'issues', :object_id => '1'
|
||||
should_route 'PATCH /attachments/issues/1' => 'attachments#update_all', :object_type => 'issues', :object_id => '1'
|
||||
should_route 'GET /attachments/issues/1/download' => 'attachments#download_all', :object_type => 'issues', :object_id => '1'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user