[koha-commits] main Koha release repository branch master updated. v16.11.00-925-g3fddc0d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 28 13:03:00 CEST 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  3fddc0d73724c6c5f1aafe6842c488304b79f306 (commit)
      from  dddd2691e704654fd656c5d519e029c5dfc3ecc9 (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 3fddc0d73724c6c5f1aafe6842c488304b79f306
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Apr 25 13:15:13 2017 +0000

    Bug 17916 - "Delete MARC modification template" fails to actually delete it
    
    The MARC modification templates' 'Delete' button fails because the event
    handler has a "preventDefault" but the outcome of the confirmation
    function must return true or false.
    
    This patch removes the "preventDefault" from the .delete_template click
    handler as well as a redundant onclick attribute from the delete link
    itself.
    
    To test, apply the patch and go to Tools -> MARC modification templates.
    Clicking the delete button for any existing template should work
    correctly.
    
    Followed test plan, worked as intended
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    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:
 .../prog/en/modules/tools/marc_modification_templates.tt            |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/marc_modification_templates.js      |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list