https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295
--- Comment #5 from Jonathan Druart <[email protected]> --- Created attachment 196921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196921&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- 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/
