[Koha-bugs] [Bug 20468] Multiselect on staff article requests form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 1 18:41:05 CEST 2018


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

--- Comment #12 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 75741
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75741&action=edit
Bug 20468: (follow-up) Changes to checkbox/menu interactions

This patch makes a couple of minor interface changes and updates the way
checkbox change events are handled:

 - jQueryUI tabs initialization sets a variable for "active table" which
   can be re-used by functions which affect only the visible table.
 - The batch "Actions" menu is shown or hidden based on whether there
   are checked items.
 - The item selection tools are shown or hidden based on whether there
   are rows in the table.

To test, apply the patch and test various article request actions:

 - Single "process," "complete," and "cancel" operations.
 - Select all/ clear all operations on both tabs.
 - Batch operations with checked requests.
 - Process all pending requests to confirm the selection controls for
   that table are hidden.
 - Complete all processing requests to confirm the selection controls
   for that table are hidden.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list