Bug #ISSUE-7
'404' error when delete an issue
Start date:
03 Nov 2014
Due date:
01 Dec 2017
% Done:
100%
Redmine version:
External issue:
Description
log
Started DELETE "/issues/TEST-1" for 127.0.0.1 at 2014-10-24 19:53:53 +0200 Processing by IssuesController#destroy as HTML Parameters: {"authenticity_token"=>"xxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "id"=>"TEST-1"} Current user: mdnsoft (id=1) Rendered common/error.html.erb within layouts/base (0.1ms) Filter chain halted as :find_issues rendered or redirected Completed 404 Not Found in 14.0ms (Views: 9.4ms | ActiveRecord: 1.9ms)
Associated revisions
Fix issue deletion (#ISSUE-7)
History
#1 Updated by Mateusz Zająkała almost 10 years ago
works ok for me on redmine 2.5.2.stable, I can delete issues with issue-id assigned
#2 Updated by Andriy Lesyuk about 8 years ago
- Status changed from New to Incomplete
- Assignee set to Andriy Lesyuk
#3 Updated by Andriy Lesyuk almost 7 years ago
- Description updated (diff)
#4 Updated by Andriy Lesyuk almost 7 years ago
- Priority changed from Normal to Minor
#5 Updated by Andriy Lesyuk almost 7 years ago
- Status changed from Incomplete to Open
- Target version set to 0.0.2
#6 Updated by Andriy Lesyuk almost 7 years ago
- Status changed from Open to In Progress
#7 Updated by Andriy Lesyuk almost 7 years ago
- Due date set to 01 Dec 2017
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Just a note: you should not delete issues.
Anyway, this should be fixed now.