- Issue created by @chewi3
- Status changed to Needs review
over 1 year ago 8:01am 4 May 2023 - last update
over 1 year ago Checkout Error - 🇳🇱Netherlands idebr
Possibly related to 🐛 Optional End Date not compatible Needs work
I ran into an issue with a query on a single datetime picker (date range) field and noticed an issue where empty string values are saved to the database after emptying an existing field value (with "allow blank" option enabled).
This should instead be set to a NULL value, to be in line with core date fields' empty state.
I added a quick patch that sets empty values to NULL during the massage form values step.
Needs review
2.0
Code
Possibly related to 🐛 Optional End Date not compatible Needs work