[koha-commits] main Koha release repository branch master updated. v16.05.00-667-g451fd67

Git repo owner gitmaster at git.koha-community.org
Thu Sep 8 15:02:25 CEST 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  451fd67dd15b967471983c7c8dc601e0d1f65228 (commit)
      from  a1fd726157c5857ecde1b66e79284f48142be7e5 (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 451fd67dd15b967471983c7c8dc601e0d1f65228
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Wed Aug 31 13:33:53 2016 -0600

    Bug 17152: Do not copy value when duplicating a subfield
    
    When cataloguing, if you want to duplicate a subfield that is not
    empty, the new subfield is created with a copy of data in it.
    This is not the case when you duplicate an whole field. The new one is
    created with subfields but without data in it.
    
    Test plan:
    Add or edit a bibliographic record
    Fill a subfield
    Duplicate the subfield
    => Without this patch the value of the input will be copied
    => With this patch the new input will be emptied
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    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/js/cataloging.js |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list