[koha-commits] main Koha release repository branch master updated. v16.11.00-177-gc7a0272

Git repo owner gitmaster at git.koha-community.org
Fri Jan 13 12:27:19 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  c7a02725808ba029a28a178ff2ffe9045a9842b0 (commit)
       via  cc26863d355fb9524ed90aba7c03c53115641900 (commit)
      from  7638a33aafacf006d2547724e9e172b8c6d8f9b8 (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 c7a02725808ba029a28a178ff2ffe9045a9842b0
Author: Patricio Marrone <pmarrone at unc.edu.ar>
Date:   Wed Jan 11 12:39:21 2017 -0300

    Bug 17817: (Follow up) Fix reordering subfields issues
    
    Authority controlled subfields have invisible divs which produced
    a strange behavior when reordering (multiple clicks were needed
    to push a subfield up over an authority controlled subfield)
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cc26863d355fb9524ed90aba7c03c53115641900
Author: Patricio Marrone <pmarrone at unc.edu.ar>
Date:   Tue Jan 10 15:53:33 2017 -0300

    Bug 17817: Fix cloning subfields using select2
    
    Based on Jonathan's patch (the DO NOT PUSH one), I put together this fix.
    What was changed is that select2 is reinitialized only after the cloned element
    has been appended to the DOM (so that select2 can correctly calculate the field's
    width). Also, I changed the selectors that searched for the line divs (for reordering)
    and for the subfield's input element (for erasing the field's value) to be more specific,
    since select2 introduced divs that broke some assumptions about the expected HTML structure
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    I confirm that these 2 patches fix the add item and mod biblio views as
    well as the batch item modification tools.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js |   42 ++++++++++++++++++++++---
 1 file changed, 37 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list