[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-116-g98a39ce

Git repo owner gitmaster at git.koha-community.org
Wed May 25 11:14:51 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, 3.22.x has been updated
       via  98a39cee301ee0bc6a2b9c7cb4eeb30a443b4141 (commit)
      from  66036d0eb611dbacc106b610b0a3507ba58536d7 (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 98a39cee301ee0bc6a2b9c7cb4eeb30a443b4141
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 13 19:21:47 2016 +0100

    Bug 16516: Define the showListsUpdate JS function at the OPAC
    
    Bug 12233 removes the declaration of the showListsUpdate JS function for
    the OPAC.
    It results in a JS error (ReferenceError: showListsUpdate is not
    defined) when a user tries to add selected titles to a list if no title
    is selected.
    
    Test plan:
    Launch a catalogue search
    Select a list in the "Select titles to" dropdown list
    => Without this patch you will get the JS error
    => With this patch you will get a JS alert "No item was selected"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit c7ca98c8d9a2647f422f6446239ec67c91261aa1)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/js/basket.js |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list