[koha-commits] main Koha release repository branch master updated. v16.11.00-1102-g48c87a1

Git repo owner gitmaster at git.koha-community.org
Fri May 19 16:38:26 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  48c87a19a68bf1157c471b8355f5eafe9ec305c1 (commit)
      from  49253ace12e6cd1350680f3b9b3ee3f904067767 (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 48c87a19a68bf1157c471b8355f5eafe9ec305c1
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 12 10:00:29 2017 -0400

    Bug 18597 - Quick add form does not transfer patron attributes values when switching forms/saving
    
    The function that switches between quick add/fulll form assumes labels
    are followed by values - patron_attr don't follow this pattern. This
    patch just moves the hidden input field
    
    To test:
    1 - Have some patron attributes (with/without auth values set)
    2 - Add them to QuickAddFields (patron_attr2 for example)
    3 - view quick add form and set some values
    4 - Switch to full form, values not transferred
    5 - Switch to quick add, view values, save
    6 - Values are not saved :-(
    7 - Apply patch
    8 - Repeat 3 - 5
    9 - Values are transferred and saved :-)
    
    Signed-off-by: Peggy Thrasher <p.thrasher at dover.nh.gov>
    
    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:
 koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list