https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36774 --- Comment #11 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #10)
I guess it was supposed to fix this:
From bug 30718 comment 22 """ I notice also that paired date fields (start date & end date) now show an extra "X" icon after the second field, e.g. serial claims or catalog statistics. """
Tested both entries of the JS line below on the ILL requests page (there are 4 flatpickr instances on the left side filters):
- $(instance.input).siblings('input.flatpickr') + $(instance.input).find('~input.flatpickr:first')
I couldn't spot any difference before and after. Mind you I didn't test the clear itself because those filters 'clear' functionality needs to be updated, but the rendering of the inputs is fine, no additional "x" anywhere are rendered. Also looked at /tools/holidays.pl but can't find any issue. -- You are receiving this mail because: You are watching all bug changes.