プロジェクト

全般

プロフィール

Vote #64539

完了

Target version-list on bulk edit form is incorrectly sorted

Admin Redmine さんがほぼ2年前に追加. ほぼ2年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
開始日:
2009/01/28
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
6
issue_org_id:
2616
author_id:
1565
assigned_to_id:
0
comments:
2
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

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)) %>

to

                                   options_from_collection_for_select(@project.versions.sort, :id, :name)) %>

journals

Added relationship with issue #1956 for some more clarity about this issue...
--------------------------------------------------------------------------------
Fixed in r2330.
--------------------------------------------------------------------------------


related_issues

relates,Closed,1956,Status list on bulk edit form does not follow normal sequence

Admin Redmine さんがほぼ2年前に更新

  • カテゴリUI_10 にセット
  • 対象バージョン0.9.0_6 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0