Actions
Defect #2616
closedTarget version-list on bulk edit form is incorrectly sorted
Start date:
2009-01-28
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The list of issue target-verion options that is shown on the bulk edit form does not follow the regular sort-order (by date then by name) as seen e.g. on the versions project-settings page. Now it seems to be sorted by id
.
Quick workaround (or definate fix after approval) would be to change source:trunk/app/views/issues/bulk_edit.rhtml#L30 from:
options_from_collection_for_select(@project.versions, :id, :name)) %></label>
to
options_from_collection_for_select(@project.versions.sort, :id, :name)) %></label>
Related issues
Updated by Mischa The Evil almost 16 years ago
Added relationship with issue #1956 for some more clarity about this issue...
Updated by Jean-Philippe Lang almost 16 years ago
- Status changed from New to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Fixed in r2330.
Actions