http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11718
--- Comment #4 from Jonathan Druart <[email protected]> --- Comment on attachment 25599 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25599 Bug 11718 - Use new DataTables include in reports templates Review of attachment 25599: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11718&attachment=25599) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ +65,4 @@ > 'iDisplayLength': 20, > 'aaSorting': [[ 1, "asc" ]], > 'aoColumnDefs': [ > + { 'bSortable': false, 'bSearchable':false, 'aTargets': [0, -1, > -2, -3] }, What is expected here? You want to set unsortable "Public", "Cache expiry", "Saved results" and the actions columns? Cache expiry could be sortable I think. Moreover if "usecache" is disabled, the -4 is related to the creation date. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
