mirror of
https://github.com/redmine/redmine.git
synced 2026-05-05 13:26:23 +02:00
Edit attachments after upload (#1326).
git-svn-id: http://svn.redmine.org/redmine/trunk@13665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -29,5 +29,8 @@ class RoutingAttachmentsTest < Redmine::RoutingTest
|
||||
should_route 'GET /attachments/thumbnail/1/200' => 'attachments#thumbnail', :id => '1', :size => '200'
|
||||
|
||||
should_route 'DELETE /attachments/1' => 'attachments#destroy', :id => '1'
|
||||
|
||||
should_route 'GET /attachments/issues/1/edit' => 'attachments#edit', :object_type => 'issues', :object_id => '1'
|
||||
should_route 'PATCH /attachments/issues/1' => 'attachments#update', :object_type => 'issues', :object_id => '1'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user