Defect #26364
closedSort is not reflected when export CSV of issues list
0%
Description
Sort is not reflected when export CSV of issues list on 3.4.0.
Steps to reproduce it:
1. Open issues page.
2. Sort Priority column.
3. Export CSV.
I attach a patch to fix it.
Files
Related issues
Updated by Go MAEDA over 7 years ago
- Related to Defect #22354: Sort criteria defined in custom queries are not applied when exporting to CSV added
Updated by Go MAEDA over 7 years ago
The line source:tags/3.4.0/app/views/issues/index.html.erb#L33 was introduced in r15298 to fix another defect #22354.
Updated by Tatsuya Saito over 7 years ago
Go MAEDA wrote:
The line source:tags/3.4.0/app/views/issues/index.html.erb#L33 was introduced in r15298 to fix another defect #22354.
Thanks comment :)
I think Defect #22354 is covered by r16390 now.
Updated by Go MAEDA over 7 years ago
- Status changed from New to Confirmed
- Target version set to 3.4.1
Confirmed the problem. It can be fixed by Tatsuya Saito's patch.
Setting target version to 3.4.1.
Tatsuya Saito wrote:
Go MAEDA wrote:
The line source:tags/3.4.0/app/views/issues/index.html.erb#L33 was introduced in r15298 to fix another defect #22354.
Thanks comment :)
I think Defect #22354 is covered by r16390 now.
Thanks, I also confirmed that problem #22354 is no longer reproducible.
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from Sort is not reflected when export CSV of issues list. to Sort is not reflected when export CSV of issues list
- Status changed from Confirmed to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Committed, thanks.