http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9182 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14424|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 14555 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14555&action=edit [SIGNED-OFF] Bug 9182: fix on sortable columns on Saved reports When displaying the Saved reports, since 3.10 the number of columns is higher but the datasorter parameters have not been changed accordingly. It's thus impossible to sort on the author or the creation date, for example. TEST PLAN : 1) Check sortable columns before applying : some useful columns are not sortable, while the last columns are sortable (but don't need to be). 2) Once the patch is applied, the "non sortable" columns are the correct ones. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Colums for saved reports are all sortable correctly now. All tests and qa script pass. -- You are receiving this mail because: You are watching all bug changes.