https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42189 --- Comment #51 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 198937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198937&action=edit Bug 42189: (QA follow-up) Document shim timing constraints - Spell out in jquery.esm.js and datatables.esm.js that the shims capture window.jQuery / window.DataTable as read-once snapshots at module evaluation time, not live bindings - Note the ordering requirement (classic <script> tag must run before any importing module) and the failure modes if it does not, so future template changes do not regress it silently - No functional change; standard staff-client templates already satisfy the ordering via the implicit defer on type="module" To test: - Load any Vue module page (e.g. /cgi-bin/koha/erm/erm.pl) and confirm jQuery and DataTables still work inside the ESM bundles -- You are receiving this mail because: You are watching all bug changes.