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

--- Comment #11 from Pedro Amorim <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to