Actions
Patch #3370
closedHide completed version in new issues
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2009-05-16
Due date:
% Done:
0%
Estimated time:
Description
If you have many Milsteons/Versions in one procect the Dropdown List is quite confusing.
To solve this problem a patch is attached to Hide all completed version in Ticket Create DropDown.
Files
Related issues
Updated by Alejandro Scandroli over 15 years ago
When updating older issues you can loss the "Target Version" because it's not in the list.
I've changed the f.select's parameter to include the current "fixed_version".
(@project.actual_versions.push(@project.versions.find(@issue.fixed_version)).sort.collect {|v| [v.name, v.id]}),
This way you can edit older issues without deleting the "Target Version" by mistake.
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
Obsoleted by r3020.
Actions