[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-179-g14aff6595b

Git repo owner gitmaster at git.koha-community.org
Mon Aug 17 17:46:01 CEST 2020


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, 20.05.x has been updated
       via  14aff6595bec1f157e35aff1f51a8400d3688bca (commit)
      from  17c7da5e20bd6e4e16b6fe8d95b6d428071b368f (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 14aff6595bec1f157e35aff1f51a8400d3688bca
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 17 17:29:15 2020 +0000

    Bug 26010: Remove the use of jquery.checkboxes plugin from staff interface cart
    
    This patch removes the use of the jquery.checkboxes plugin from the
    staff interface cart and replaces its functionality with "plain" jQuery.
    
    To test, apply the patch and add some items to the Cart in the staff
    interface.
    
    - Open the Cart window in the staff interface by clicking the "Cart"
      link in the header.
    - Test that the "Select all" and "Clear all" links work correctly to
      check and uncheck all checkboxes.
    - Test that the "Remove" or "Place hold" controls work correctly,
      applying to only the checked checkboxes whether they were checked
      using "Select all" or by manually checking them.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4cf5ef239f1e1a05c277a91f73b6fcd245eb5ec0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |  1 -
 koha-tmpl/intranet-tmpl/prog/js/cart.js            | 29 ++++++++++------------
 2 files changed, 13 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list