https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39715
Lucas Gass (lukeg) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190886|0 |1 is obsolete| | --- Comment #11 from Lucas Gass (lukeg) <[email protected]> --- Created attachment 191840 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191840&action=edit Bug 39715: Do not quote DataTables options This patch updates templates so that the options passed to DataTables (via kohaTable) are not quoted. The quotes are not necessary, and are not consistent with official DataTables documentation. This establishes a standard for us to follow in the future. The patch also corrects some option names which required upates, particularly "sorting" -> "order". To test, apply the patch and test updated DataTables. Sponsored-by: Athens County Public Libraries Rebased-by: Jonathan Druart paginate => paging Signed-off-by: Jonathan Druart <[email protected]> Signed-off-by: Lucas Gass <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
