- Issue created by @pl2m
- π¦πΊAustralia mingsong π¦πΊ
I did a quick test with Drupal 11.2.0 and 5.2.4. I couldn't reproduce the error mentioned.
Here is my test case.
Drupal version: 11.2.0
Module version: 5.2.4Content type: event
Start date field: field_event_start
Start date field type: Date and Time
End date field: not specified.I use the following Drush command to generate the view provided by the Fullcalendar View Generator module
drush fcvg "Test Calendar" "event" "field_event_start" "test" --title_field=title --end_date_field="" --enable
The view was created successfully and the calendar display as expected.
In order to help you on the problem you are facing, please provider more details, such as
Content type: event
Start date field: field_event_start
Start date field type: Date and Time
End date field type:
View settings: - π¦πΊAustralia mingsong π¦πΊ
Since Drupal 11.2.0-alpha1, the validation behaviour for validating a datetime element has been changed.
Details see π¬ Support to use the datetime-local element ActiveI believe that the fix is to add the following line to those datetime element.
'#date_date_format' => 'none',
- Merge request !83Issue #3531544 by mingsong, pl2m: Wrong Date-Time format prevents saving in View β (Merged) created by mingsong
-
mingsong β
committed d3c1c432 on 5.x
Issue #3531544 by mingsong, pl2m: Wrong Date-Time format prevents saving...
-
mingsong β
committed d3c1c432 on 5.x
Automatically closed - issue fixed for 2 weeks with no activity.
Hi I have a Drupal Version 11.2.3 and and I have installed the calendar module
and I have the same problem ... Some Idea?Thanks
- π¦πΊAustralia mingsong π¦πΊ
Try version 5.x-dev
If the issue remains with the latest dev version. Please provide more details.