22 Apr
2025
22 Apr
'25
10:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39288 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Katrin Fischer from comment #4)
I have doubts about this patch. I believe this won't work for translations:
let field = patron_search_form.find(".searchfieldstype_filter").find("option:selected"). text().toLowerCase();
If for example "category" is translatable, then it need to be upper case in German for example. So maybe we need to re-think here :(
I don't understand what you mean. The option's text will be translated already. We only lower case it. Is that a problem? -- You are receiving this mail because: You are watching all bug changes.