プロジェクト

全般

プロフィール

Vote #73153

未完了

Order by parent task is broken

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

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Issues_2
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
2
version_id:
0
issue_org_id:
12862
author_id:
61731
assigned_to_id:
0
comments:
0
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
63
ステータス-->[New]

説明

Maybe this is be the expected behaviour but in my opinion, this seems to be broken.

This happens, if you order the issue list by parent task.

Unordered:
|IssueID|ParentTaskID|
|1|Nil|
|2|1|
|3|Nil|
|4|Nil|
|5|6|
|6|Nil|

Unordered ascending by ParentTaskID
|IssueID|ParentTaskID|
|1|Nil|
|2|1|
|3|Nil|
|4|Nil|
|6|Nil|
|5|6|

Unordered descending by ParentTaskID
|IssueID|ParentTaskID|
|6|Nil|
|5|6|
|4|Nil|
|3|Nil|
|1|Nil|
|2|1|

I'm using Redmine 2.2.1. Can anyone confirm this or explain if this is the expected behaviour?

I would rather expect this:
Unordered ascending by ParentTaskID
|IssueID|ParentTaskID|
|2|1|
|5|6|
|1|Nil|
|3|Nil|
|4|Nil|
|6|Nil|

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

  • カテゴリIssues_2 にセット

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

いいね!0
いいね!0