[koha-commits] main Koha release repository branch master updated. v16.05.00-beta-26-gc7ca98c

Git repo owner gitmaster at git.koha-community.org
Mon May 23 19:29:52 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  c7ca98c8d9a2647f422f6446239ec67c91261aa1 (commit)
      from  908fdb572ab90541ecf1700eb716eeb5c1399553 (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 c7ca98c8d9a2647f422f6446239ec67c91261aa1
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>

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

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