[Koha-bugs] [Bug 16311] Advanced search language limit typo

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 9 18:49:47 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16311

--- Comment #1 from Andreas Roussos <arouss1980 at gmail.com> ---
Created attachment 55451
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55451&action=edit
Bug 16311 - Advanced search language limit typo

In the OPAC -> Advanced Search, the Language drop down menu incorrectly
lists Romanian as "Român (Romanian)" while the correct value (as reported
by Barry Cannon) is "Română (Romanian)".

This patch fixes that:
a) for _new_ installations by modifying
   installer/data/mysql/mandatory/subtag_registry.sql (loaded by the web
   installer when koha is installed), and also
b) for _existing_ installations by adding an atomicupdate file in
   installer/data/mysql/atomicupdate/

Test plan:
1) In the OPAC, go to Advanced search (cgi-bin/koha/opac-search.pl).
2) In the 'Language' drop down menu, observe that the value for Romanian
   is "Român (Romanian)".
3) Apply the patch, and run installer/data/mysql/updatedatabase.pl.
4) Refresh the Advanced search page in the OPAC. Confirm that the patch
   worked, i.e. the Language drop down menu lists Romanian as
   "Română (Romanian)" (notice the added 'ă').

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list