[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-71-g800e3ae

Git repo owner gitmaster at git.koha-community.org
Tue Feb 12 18:21:48 CET 2019


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, 18.05.x has been updated
       via  800e3ae8eb0cc58bea1f58690ba3683e730fa764 (commit)
      from  a69546fceaa69df0076689165599cfcd8e498dc9 (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 800e3ae8eb0cc58bea1f58690ba3683e730fa764
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Jan 31 09:12:13 2019 +0100

    Bug 22242: Javascript error in value builder cased by Select2
    
    Same as Bug 17780 but in value builders.
    
    Select2 (Bug 13501) introduced divs and inputs that broke some
    assumptions about the expected HTML structure. This patch checks if
    input has name attribute, because some inputs in Select2 have not.
    
    It brakes value builders marc21_linking_section.tt and
    unimarc_field_4XX.tt.
    
    Test plan :
    1)  On a MARC21 database
    2)  Define 774$0 as a regular subfield
    3)  Define 774$4 with an authorised value category
    4)  Define 774$t with value builder marc21_linking_section
    5)  Create a new record
    6)  Use value builder in 774$t
    7)  Search for a record and click choose
    8)  Without patch : a popup window does not close and show a blank
        screen
    9)  With patch : popup windows get close and you see in field 774 $0 and
        $t field with values
    10) Same tests with a UNIMARC database on field 461 with value builder
        unimarc_field_4XX.tt
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Tested successfully with MARC21
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3ca0234d34ac9708a8335cfa97805fb7498201bf)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 55b20ad1a7b8afa5c385bd3f9825014d40936ba1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../en/modules/cataloguing/value_builder/marc21_linking_section.tt    |    1 +
 .../prog/en/modules/cataloguing/value_builder/unimarc_field_4XX.tt    |    1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list