Defect #5170
closedDone ratio can not revert to 0% if status is used for done ratio
100%
Description
I use issue statuses to calculate done ratio of issues, and set the done ratio of "New" to 0%, that of "Assigned" to 30%.
I changed the status of an issue from "New" to "Assigned", so the done ratio is changed from 0% to 30%.
After that I changed the status of the issue to "New", but the done ratio did not revert to 0%(stayed to 30%).
So I wrote a patch to fix the bug.
Regards
Files
Related issues
Updated by Mischa The Evil over 14 years ago
- Assignee set to Eric Davis
Eric,
Can you take a look at this issue? Isn't this tested yet?
Updated by Felix Schäfer about 14 years ago
- Status changed from New to 7
- Target version set to 1.0.2
I completed the patch with some tests, thanks Yuki for finding this. The commit is here: http://github.com/thegcat/redmine/commit/fc58994174b2206da0ce25e0321dd96dda62a366
I also slightly changed one of the tests to really test Issue#update_done_ratio_from_issue_status
, for which the comment (source:/trunk/app/models/issue.rb#L326) states:
Set the done_ratio using the status if that setting is set. This will keep the done_ratios even if the user turns off the setting later
Updated by Eric Davis about 14 years ago
- Status changed from 7 to Resolved
- % Done changed from 0 to 100
- Resolution set to Fixed
Applied in r4186. Thanks for the bug report and patch.
Updated by Eric Davis about 14 years ago
- Status changed from Resolved to Closed
Merged into 1.0-stable