[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-12-g040cbb9

Git repo owner gitmaster at git.koha-community.org
Thu Dec 12 01:23:33 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.05.x has been updated
       via  040cbb92dc79292dfcef57fef97f607156292855 (commit)
      from  26a34c8f0fbd53e94d3092a4392cdf80f91c89e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 040cbb92dc79292dfcef57fef97f607156292855
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 8 17:11:17 2019 +0000

    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.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9af572c7969f5372853d238ee35f530e4e9fc9f6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js |    4 ++--
 koha-tmpl/intranet-tmpl/prog/js/holds.js     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list