[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.02-123-g32b01b2

Git repo owner gitmaster at git.koha-community.org
Fri Aug 24 12:57:39 CEST 2018


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, 18.05.x has been updated
       via  32b01b264277a77dbb79133f5af8eeecbe64d997 (commit)
      from  b1aa841e1ed21dc300dc188aa76fd57b33044c95 (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 32b01b264277a77dbb79133f5af8eeecbe64d997
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Aug 9 17:46:09 2018 +0000

    Bug 20504: Fix lang attribute in html tag on systempreferences page
    
    On the system preferences page the lang attribute of the
    html tag is always empty.
    
    To test:
    - Go to systempreferences
    - Check the html source and look at the html tag,
      it should read: <html lang="">
    - Apply patch
    - Check the html source again: <html lang="en">
      Verify the language code shown matches the currently
      selected language in the staff interface
    - Verify the language system preferences work correctly
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    The problem was actually that
      $lang = $template->param( 'lang' );
    should certainly be $lang = $input->param( 'lang' );
    and, as it, it overrides the value of 'lang' passed from C4::Auth
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 56c50a66169f956584050a8630a71cfa7d5984cb)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 admin/preferences.pl |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list