Vote #77327
完了Sort criteria defined in custom queries are not applied when exporting to CSV
0%
説明
How to reproduce:
- Create a query: name = "order_by_id_asc", sort 1 = "#, ascending"
- Click the query name "order_by_id_asc" in the side bar of issues list screen. Issues are listed in ascending order of id.
- Click a "CSV" link on the bottom of the screen
- Open the CSV file. Ascending order of id is expected, but issues are listed in descending order of id.
journals
It can be fixed by this patch: attachment:defect-22354.diff
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,26364,Sort is not reflected when export CSV of issues list