]> git.koha-community.org Git - koha.git/commit
Bug 26010: Remove the use of jquery.checkboxes plugin from staff interface cart
authorOwen Leonard <oleonard@myacpl.org>
Fri, 17 Jul 2020 17:29:15 +0000 (17:29 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 17 Aug 2020 15:14:01 +0000 (15:14 +0000)
commit14aff6595bec1f157e35aff1f51a8400d3688bca
tree73a0fe957f22ea7ee4dd79b3b01217a0185ddb59
parent17c7da5e20bd6e4e16b6fe8d95b6d428071b368f
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@cheshiresharedservices.gov.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 4cf5ef239f1e1a05c277a91f73b6fcd245eb5ec0)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt
koha-tmpl/intranet-tmpl/prog/js/cart.js