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

--- Comment #1 from Lawrence O'Regan-Lloyd <[email protected]> ---
Created attachment 192544
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192544&action=edit
Bug 41445: Fix hold actions incorrectly toggling select-all checkbox state

  Replace .click() on select_hold_all with explicit .prop("checked", false)
  to prevent suspend, resume, cancel, and group hold actions from
  incorrectly checking the select-all checkbox and showing a wrong
  selected holds count.

  Test plan:
  1. Go to a patron with 2 or more active holds
  2. Navigate to Details -> Holds tab
  3. Click Suspend on a single hold and confirm
  4. Verify the select-all checkbox remains unchecked
  5. Verify the selected holds count does not appear
  6. Repeat steps 3-5 from the Check out -> Holds tab
  7. Repeat using Resume, Cancel, and Group hold actions

  Sponsored-by: CLAMS

-- 
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