Patch #2132
Patch to prevent blocked issues from being closed
Status: | Closed | Start date: | 2008-11-04 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | 0.9.0 |
Description
I noticed issue #1740 and decided to try to contribute by coming up with a patch. My proposed solution is that if an issue is blocked by another issue, then the available statuses should only include statuses that are NOT closed statuses (e.g. New, Assigned, Resolved, Feedback). If the issue is NOT blocked by another issue, then closed statuses (e.g. Closed, Rejected) will also appear in the drop down list.
The patch also includes updates for unit tests and fixtures.
Related issues
History
#1
Updated by Mischa The Evil almost 14 years ago
FWIW: this solution still works on current trunk at r2641. Great!
#2
Updated by Marius Garbea over 13 years ago
(this is a question for the Redmine team)
How come this patch was not integrated in the latest release?
I mean: why did you guys offered the feature of marking an issue as blocked, if it isn't actually?
Software should be robust as a German car, and fancy as an Italian one. No offense, but advertising a feature that does not work but looks well - this is a French car.
#3
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
Patch applied with changes in r2800.
Thanks.