Project

General

Profile

Actions

Defect #2616

closed

Target version-list on bulk edit form is incorrectly sorted

Added by Mischa The Evil over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
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

Related to Redmine - Defect #1956: Status list on bulk edit form does not follow normal sequenceClosed2008-09-26

Actions
Actions

Also available in: Atom PDF