Vote #78606
完了Sort is not reflected when export CSV of issues list
0%
説明
Sort is not reflected when export CSV of issues list on 3.4.0.
Steps to reproduce it:
- Open issues page.
- Sort Priority column.
- Export CSV.
I attach a patch to fix it.
journals
--------------------------------------------------------------------------------
The line source:tags/3.4.0/app/views/issues/index.html.erb#L33 was introduced in r15298 to fix another defect #22354.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
related_issues
relates,Closed,22354,Sort criteria defined in custom queries are not applied when exporting to CSV