Actions
Defect #16558
closedUnable to change issue status
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When upgrading to 2.5.1 from 2.5.0 I am unable to change the status of issues!
Steps to reproduce:
1. Visit an issue.
2. Click edit to edit the issue.
3. Change the status of the issue.
4. Ajax request happens, and the form gets replaced out.
5. The issue status is now 'New'.
I'm using chrome.
I can believe that it's something about my setup, I don't have time at the moment to diagnose fully, but will perform a git bisect in a bit and work out the exact commit that introduced this issue.
Environment:
Redmine version 2.5.0.stable
Ruby version 1.9.3-p0 (2011-10-30) [x86_64-linux]
Rails version 3.2.17
Environment production
Database adapter Mysql2
Updated by Steven Jones over 10 years ago
- Status changed from New to Resolved
Sorry!
This was actually a bug with the following plugin:
redmine_change_issue_author
https://github.com/mcl-de/redmine_change_issue_author
Which upon closer inspection actually re-parses rendered HTML to insert itself. Yuk!
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Thank you for your feedback.
Actions