https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33886
--- Comment #5 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 193970 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193970&action=edit Bug 33886: Replace DateInputStyle syspref with data-flatpickr-split attribute Remove the DateInputStyle system preference and instead control split date input mode via a data-flatpickr-split="true" attribute on individual fields. This allows per-field control rather than a global setting. Apply split inputs to fields where they are most appropriate: - dateofbirth (memorable date, typically far in the past) - dateexpiry (far-future date, analogous to card expiry) The atomicupdate is updated to delete the preference on upgrade. -- 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/
