5 May
2022
5 May
'22
10:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546 --- Comment #25 from Fridolin Somers <fridolin.somers@biblibre.com> --- Arf we have a problem with #idx in actual code : In koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc there is : <select class="advsearch" name="idx" id="idx"> But this include is used several times, so there are several id="idx". We should remove this id. So this patch should use select[name="idx"] I propose -- You are receiving this mail because: You are watching all bug changes.