[koha-commits] main Koha release repository branch master updated. v3.22.00-906-g101ba17

Git repo owner gitmaster at git.koha-community.org
Mon Mar 21 22:26:54 CET 2016


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  101ba17685513364f80ec574cabd144d81570ddc (commit)
      from  fbcc350e9176a1da3fe839240502909d745a2b31 (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 101ba17685513364f80ec574cabd144d81570ddc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Mar 14 11:36:19 2016 -0400

    Bug 16066 - JavaScript error on new patron form when duplicate is suspected
    
    When a new patron is submitted which is suspected to be a duplicate, the
    entry form is redisplayed with a new name attribute, "form_nodouble."
    Other scripts on the page still look for a form named "form," so there
    is an error.
    
    This patch removes the use of "form_nodouble" on the assumption that it
    is unnecessary to name the form something different when a duplicate is
    suspected. All the same validation scripts should be run on the form
    either way.
    
    To test, apply the patch and clear your cache if necessary.
    
    - Go to Patrons -> New patron and add a patron which matches an existing
      one in order to trigger the duplicate warning.
    - Confirm that Firebug (or similar) is not reporting a JavaScript error.
    - Confirm that the 'Edit existing' and 'Save as new' buttons work
      correctly.
    
    Reproduced JavaScript error and verified that it no longer appears with
    this patch.
    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: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/members.js                    |    6 +++---
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt      |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list