https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38543

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
  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 <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to