https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26960
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #117285|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <[email protected]> --- Created attachment 117417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117417&action=edit Bug 26960: Move batch item modification template JavaScript to the footer This patch modifies the batch item modification template so that the JavaScript is in the footer, conforming with best practices. The items form can contain <script> tags injected by cataloging plugins. These are moved from the body of the page into the footer be repeating the template loop that previously output the script tag. To test, apply the patch and test the process of submitting items for batch modification. After submitting a batch of items, test the "Edit items" form. Confirm that JavaScript-dependent interactions work correctly: - Select2-styled dropdowns - RegEx checkboxes - Datepicker - Plugins like: - dateaccessioned.pl on 952d - stocknumberam123.pl on 952i - callnumber.pl on 952o Signed-off-by: David Nind <[email protected]> Signed-off-by: Katrin Fischer <[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/
