[Koha-bugs] [Bug 35582] Advanced search languages should be listed with selected UI language descriptions shown first if available

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 16 11:01:00 CET 2024


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

--- Comment #11 from Lari Strand <lmstrand at gmail.com> ---
The qa tool complains about this row:

$language_subtag_registry->{language_description}.=" ($native_description)";
If I delete the row from the commit, the qa passes.

The line is like a copy-paste from the old code line:

$language_subtag_registry->{language_description}.="
($language_descriptions->{description})" if
$language_descriptions->{description};

I can't get it to pass validation without breaking the code. It's still valid
perl and perltidy in VSCode doesn't want to touch the row (using perltidyrc
from
https://git.koha-community.org/Koha-community/Koha/src/commit/7e8f41cce9353a1aeda333906db0355b7066ab66/.perltidyrc
if I recall).

How do we move forward from this?

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


More information about the Koha-bugs mailing list