[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-163-gd3ca378db6

Git repo owner gitmaster at git.koha-community.org
Sat Aug 15 00:02:30 CEST 2020


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, 20.05.x has been updated
       via  d3ca378db6bb258d3e8faaa58b3cc682507e2f4f (commit)
      from  f7c87626c7b414472adb06bcc2f5587f816846b8 (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 d3ca378db6bb258d3e8faaa58b3cc682507e2f4f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Aug 6 13:29:44 2020 +0200

    Bug 26158: Fix Z3950 search button broken for translations
    
    This is similar to bug 23713
    
    var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %]0[% END %];
    
    become, once translated:
    
    var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %][% END %];
    
    and a JS error appears in the console
     Uncaught SyntaxError: expected expression, got ';' search.pl:636:29
    
    Caused by
      commit ef4306cc02e2f15aa2466ae65d0b4f9a1fd70ad9
      Bug 23885: Move staff client search results JavaScript into separate file
    
    Test plan:
    Use the staff interface in a translated language
    Search for a term that won't return any results
    Click the Z3950 button
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 85005b719876071047e4f6b99321549b665bcc05)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list