[Koha-bugs] [Bug 13749] On loading holds in patron account 'processing' is not translatable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 8 19:58:45 CEST 2019


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

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 93889
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93889&action=edit
Bug 13749: On loading holds in patron account 'processing' is not translatable

This patch updates the DataTables configuration for two tables: The
checkouts and holds lists shown on the checkout and patron details
screen.

The tables lacked the standard application of a custom set of
defaults defined in js/datatables.js. It is in this file that custom
language strings are defined for DataTable interface elements, pulling
in the translated values from datatables.inc.

Without our custom defaults applied, DataTables used its own defaults,
which are not translated.

To test, apply the patch and check out to a patron who has both
checkouts and holds. The more the better to give you more time to
observer the loading state of the tables.

 - Checkouts: This table doesn't exhibit any visible problems because
   page-specific text is defined for the table's "Loading" message.
   However, it still makes sense to apply the defaults to the table for
   consistency's sake. There should be no visible changes to the table.

 - Holds: From the checkout or patron details page click the "Holds"
   tab. While the table loads there should be a "Processing" message. If
   you switch to another translation the message should appear in that
   language.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list