Patch #3370
Hide completed version in new issues
| Status: | Closed | Start: | 2009-05-16 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Issues | |||
| Target version: | - |
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.
History
Updated by Alejandro Scandroli about 1 year 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.