[koha-commits] main Koha release repository branch master updated. v16.11.00-90-gd4b15e4

Git repo owner gitmaster at git.koha-community.org
Tue Dec 20 14:29:00 CET 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  d4b15e40b0a217712756a8a208d4aab97218bbac (commit)
      from  2f07f7b48eab65f8dbd84f50993e388aff907594 (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 d4b15e40b0a217712756a8a208d4aab97218bbac
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Dec 19 12:55:59 2016 +0100

    Bug 17790: Fix js error on undefined autocomplete(...).data(...)
    
    Bug 17418 moved some code to js_includes.inc.
    But if #findborrower does not exist, you cannot define _renderItem.
    Trivial fix.
    
    Test plan:
    [1] Find a page where this include is used and #findborrowers is absent.
        Like about.pl
    [2] Without this patch, you will have a js error in the js console.
    [3] With this patch, you should no longer have it.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/js_includes.inc   |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list