https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41445
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This fixes the holds table release notes| |for a patron after a hold | |is suspended (in the "Check | |out" and "Details" section | |for a patron record in the | |staff interface). | | | |After suspending a hold, no | |holds are selected in the | |holds table. | | | |Previously, after | |suspending a hold: | |- The tick box in table | |header (the first column) | |was selected | |- There was no tick in any | |of the tick boxes for | |individual | | holds | |- The count at the bottom | |for "holds selected" was | |the total | | number of holds | |- The action buttons were | |active ("Cancel selected" | |and "Suspend selected") --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. It took me a while to understand what the issue was before the patch - "wrong info" didn't help. 8-) 2. Place some holds for a patron. 3. Go to the patron's account, and the holds tab under either the "Check out" or "Details" section. 4. Suspend a hold and then the pop-up window that lets you select a "suspend until" date appears. 5. Immediately after you click "Suspend" from the pop-up window, note that: - The tick box in the holds table header (the first column) is selected - There is no tick in any of the tick boxes for individual holds - The count at the bottom shows the total number of holds - The action buttons are active ("Cancel selected" and "Suspend selected") 6. After the patch, things for step 5 are shown as expected - that is, no holds are selected: - The tick box in the holds table header in the first column is not selected - No individual holds are selected - The count at the bottom for "holds selected" is 0 - None of the action buttons are active ("Cancel selected" and "Suspend selected") -- 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/
