[koha-commits] main Koha release repository branch master updated. v16.11.00-481-g78720b2

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 18:18:35 CET 2017


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, master has been updated
       via  78720b20a28bfc7ad5ef40d87ce7e429b4c983d4 (commit)
      from  95525f527b8837620ffad1c72344d2218de2a57e (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 78720b20a28bfc7ad5ef40d87ce7e429b4c983d4
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Feb 15 00:03:28 2017 +0000

    Bug 7626: Delete multiple tags in OPAC at once
    
    This patch removes the individual 'Delete' buttons for every tag as
    suggested in Comment 0. It adds a checkbox to every tag, with a 'Delete
    selected tags' button at the bottom of the table. This patch also adds a
    function to check if any checkboxes have been checked before submitting
    the form (only works with JS enabled).
    
    To test:
    1) Find a record in the OPAC and add some tags to it
    2) Go to your tags and notice the checkboxes, no more delete buttons for
    each tag
    3) Click 'Delete selected tags' button without selecting any tags
    4) Confirm alert shows up. Click OK
    5) Select one or more tags and click 'Delete selected tags' button
    6) Confirm delete is successful and correct number of deleted tags shows
    up
    
    Sponsored-by: Catalyst IT
    
    Followed test plan, works as expected
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-tags.tt    |   34 ++++++++++++++------
 1 file changed, 24 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list