- 🇳🇱Netherlands spadxiii
Found another bug where it would still validate when leaving the end-date empty.
ps. an interdiff doesn't seem to generate :
interdiff: Whitespace damage detected in input
- 🇳🇱Netherlands spadxiii
Found another small issue where it would strip the time from the entered values. And the end-value wasn't handled correctly.
Here's a new patch.
- Status changed to RTBC
almost 2 years ago 11:14am 17 March 2023 - 🇳🇱Netherlands idebr
The new option to configure a custom format per field widget works as expected, thanks!
- 🇵🇹Portugal jcnventura
- 🇳🇱Netherlands idebr
I was unaware I changed the displayed patches. I tested the latest patch in #23.
- First commit to issue fork.
- Status changed to Needs review
almost 2 years ago 10:45am 21 March 2023 - 🇳🇱Netherlands idebr
Attached patch implements the following changes:
- Applied default value formatting to single_date_time_timestamp_widget and single_date_time_widget
- Applied massageFormValues() to all widgets that extend SingleDateTimeBase
- Status changed to RTBC
almost 2 years ago 12:11pm 21 March 2023 - 🇳🇱Netherlands anneke_vde
I tested patch #28, looks good the default_value formatting is now correct.
- 🇳🇱Netherlands watergate
I can confirm that this works correctly. Thanks for the patch.
- 🇧🇬Bulgaria shaxa
Unfortunately, patch number 30 doesn't work for me. There is one small mistake which causes on each save to delete the date from the fields. I have changed
$element['value']['#custom_format'] ?? $format
to$element['value']['#custom_format'] ?: $format
as the #custom_format is actually empty string by default.