https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38543 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes the cause of a release notes| |file not found message in | |log files when displaying | |the checkouts table for a | |patron (for any patron with | |current checkouts > Check | |out > Checkouts tab > Show | |checkouts). It removes the | |reference to the rowGroup | |data tables plugin assets - | |these no longer exist, as | |the plugin is now part of | |DataTables. (This is | |related to the upgrade to | |DataTables 2.x in Koha | |24.11.) --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Check out an item to a patron. 2. In one terminal window, access the ktd shell and tail the logs: tail -f /var/log/koha/kohadev/* 3. Refresh the patron's page and in the "Check out" section > Checkouts, click "Show checkouts". 4. Note the warning message in the logs: ==> /var/log/koha/kohadev/plack-intranet-error.log <== [2024/11/27 18:42:28] [WARN] File not found : lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 107. [2024/11/27 18:42:28] [WARN] File not found : lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js at /kohadevbox/koha/Koha/Template/Plugin/Asset.pm line 84. 5. In another terminal window, apply the patch, and restart everything. 6. Repeat step 3 and note that is no longer a file not found warning. -- You are receiving this mail because: You are watching all bug changes.