Actions
Defect #17163
closedFiles assigned to a version can not be deleted if Issue Tracking module is disabled
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Log
Started DELETE "/attachments/1632" for 111.111.111.11 at 2014-06-12 00:37:20 +0000 Processing by AttachmentsController#destroy as HTML Parameters: {"authenticity_token"=>"", "id"=>"1632"} Current user: user Rendered common/error.html.erb within layouts/base (0.2ms) Filter chain halted as :delete_authorize rendered or redirectedSteps to recreate:
- Go to Project Settings Tab
- Create Version if one does not exist
- Disable Issue Tracking
- Go to Files Tab
- Create new file and set version
- Try to delete file
Files
Updated by Michael Esemplare over 10 years ago
- File 0001-Fixes-Files-assigned-to-a-version-can-not-be-deleted.patch 0001-Fixes-Files-assigned-to-a-version-can-not-be-deleted.patch added
Uploaded patch against trunk with updated test case.
Updated by Jean-Philippe Lang about 10 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed in r13390, thanks.
Actions