Created attachment 10722 [details] not sorted See the attached image - when I click on the 'Summary' heading to sort things, they are in no order that I can figure out. They should be in alpha order by title since that's the first bit of data in that field.
Created attachment 11073 [details] [review] Bug 8395: Fix sort order in parcel.tt (summary)
Created attachment 11074 [details] [review] Bug 8395: Fix sort order in parcel.tt (summary)
Created attachment 11138 [details] [review] [SIGNED-OFF] Bug 8395: Fix sort order in parcel.tt (summary) Signed-off-by: Marc Veron <veron@veron.ch> Patch behaves as expected.
(In reply to comment #3) > Created attachment 11138 [details] [review] > [SIGNED-OFF] Bug 8395: Fix sort order in parcel.tt (summary) > > Signed-off-by: Marc Veron <veron@veron.ch> > > Patch behaves as expected. trival patch, passing QA :)
Patch does not apply on 3.8.x, if you want this in the 3.8.x branch,please submit a new patch based on it.
Patch pushed to master
Still need a patch for 3.8.x if this is needed for that branch
I dont think this fixes the problem. At a typical academic/public site receipting against a major supplier some 500+ orders may appear. But the sorting by summary only affects the page of results displayed move forward and sort order reverts to basket order. As there may be multiple orders for one title locating all of them is difficult.
(In reply to comment #8) > I dont think this fixes the problem. At a typical academic/public site > receipting against a major supplier some 500+ orders may appear. But the > sorting by summary only affects the page of results displayed move forward > and sort order reverts to basket order. As there may be multiple orders for > one title locating all of them is difficult. Hi Colin, Yes you are right. But this patch fixes a problem and allows to have the same behaviour (without regression) as we have before datatable. Maybe we want to hide pagination on this table to be more consistent. To have a sort on all results, we have to implement datatable with a server-side processing.
Released in 3.10.0