Skip to content

erp5_web_renderjs_ui: Stop using <input type="date"> in search editor.

Yusei Tahara requested to merge (removed):erp5js_searcheditor_date_bug2 into master

With <input_type="date"> end users can't explicitly control string representation of Zope DateTime which supports various different kinds of string representations including with or without timezone that causes wrong filtering results as I described in https://lab.nexedi.com/nexedi/erp5/merge_requests/1053 and https://lab.nexedi.com/nexedi/erp5/merge_requests/1058 .

If search editor provides <input type="text"> for date columns, then end users can control string representation of Zope DateTime the same as xhtml style.

Merge request reports