Project

General

Profile

Actions

Defect #2616

closed

Target version-list on bulk edit form is incorrectly sorted

Added by Mischa The Evil about 15 years ago. Updated about 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 #1

Updated by Mischa The Evil about 15 years ago

Added relationship with issue #1956 for some more clarity about this issue...

Actions #2

Updated by Jean-Philippe Lang about 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.9.0
  • Resolution set to Fixed

Fixed in r2330.

Actions

Also available in: Atom PDF