[koha-commits] main Koha release repository branch master updated. v16.11.00-395-ge9cd82e

Git repo owner gitmaster at git.koha-community.org
Tue Feb 14 15:03:36 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  e9cd82e4ca754024009608242d7c9930ac248cff (commit)
       via  317abac238147cf20f09d2aa0b0dc069c12b0892 (commit)
      from  908163754010df8d78acf463d6777ba2c4c3a2e9 (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 e9cd82e4ca754024009608242d7c9930ac248cff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 2 10:28:21 2017 +0100

    Bug 17988: Add a comment to explain the line
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 317abac238147cf20f09d2aa0b0dc069c12b0892
Author: Oleg Vasylenko <synapse.ova at gmail.com>
Date:   Wed Jan 25 12:01:05 2017 +0200

    Bug 17988 - Select2 prevents correct tag expand/minimize functionality
    
    Overview:
    Select2 (Bug 13501) introduced divs and inputs that broke some assumptions about the expected HTML structure.
    Because of that, expanding fields to show all hidden subfields does not work properly.
    
    Steps to Reproduce:
    1. Open some book in the editor or create new (cataloguing/addbiblio.pl)
    2. Try to minimize or expand fields, that have among subfields the following:
    	— Thesaurus driven subfield → subfield with Select2
    	— Hidden subfield.
    
    Actual Results:
     — some fields become hidden, some not, and vice versa
     — in the console, you'll see «Uncaught TypeError: Cannot read property 'match' of null»
    
    Expected Results:
     — all subfields should minimize/maximize completely
    
    Additional Information:
    This happens because Select2 adds some divs, that do not have ID property.
    The following patch adds check for the needed attribute existance.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/cataloging.js |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list