https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39288
--- Comment #5 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
