[koha-commits] main Koha release repository branch master updated. v16.11.00-411-gda3ccdc

Git repo owner gitmaster at git.koha-community.org
Tue Feb 14 15:18:13 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  da3ccdc14379816ea849eeb56ab321d8e7db59a2 (commit)
      from  680e6ce7d1aa53e716ea9fdab9c67e621fb828e2 (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 da3ccdc14379816ea849eeb56ab321d8e7db59a2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 3 11:38:53 2017 +0000

    Bug 18047 - JavaScript error on item search form unless LOC defined
    
    If LOC is not present, the item search form will raise a JS error:
    SyntaxError: expected expression, got '}'
    
    This patch fixes it by handling this specific case.
    
    Note that the "Status" column is still displayed.
    
    Test plan:
    Remove your LOC authorised values
    Go on the item search form
    => You will not get the JS error and the "Shelving location" bloc is no longer
    displayed. There is no need to display it if empty.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/catalogue/itemsearch.tt          |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list