- Issue created by @frankADsystopia.de
I installed a new Drupal 9.5.9 and tested with Webform 6.1.5 and 6.2.0-beta6 and the error was there.
I installed a fresh Drupal 9.5.9 and tested with Webform 6.1.5 and Webform 6.2.0-beta6. The error was there.
I installed a fresh Drupal 9.5.9 and tested with Webform 6.1.5 and Webform 6.2.0-beta6. The error was there.
I installed a fresh Drupal 9.5.9 and tested with Webform 6.1.5 and Webform 6.2.0-beta6. The error was there.
- Status changed to Needs review
over 1 year ago 9:16pm 3 July 2023 - last update
over 1 year ago 537 pass - 🇺🇸United States jrockowitz Brooklyn, NY
My best guess is the datetime module is not installed. The attached patch is the simplest solution.
- 🇮🇳India nidhi27
I have checked this issue with fresh Drupal 9.5.9 installation. Its working absolutely fine and able to save the form.
If you uninstall the core module Datetime then only this issue occurs. In that case above patch works fine.
Its very rare case that we uninstall the core module so I think that this bug is not appropriate.
I have checked and the Field type > Datetime is not installed, but I did not deactivate or unistall it. I used a routine form somebody else to install Drupal, which is where the problems of not installing Datetime maybe coming from. I have to check that.
After installing Datetime the error does no longer occur.
I don't know if it would make sense to have Datetime as a dependency in Webform.
Thank you very much for your help and time.
- Status changed to RTBC
over 1 year ago 12:50pm 5 July 2023 - 🇩🇪Germany jensschuppe
Webform using
Drupal\datetime\Plugin\Field\FieldType\DateTimeItemInterface
without checking for the DateTime module being installed is truly an undocumented module dependency, which does not seem necessary regarding the patch. The patch fixes that problem. -
jrockowitz →
authored ca1cf9d6 on 6.1.x
Issue #3371551 by jrockowitz: Error on setting scheduled opening or...
-
jrockowitz →
authored ca1cf9d6 on 6.1.x
-
jrockowitz →
authored ca1cf9d6 on 6.x
Issue #3371551 by jrockowitz: Error on setting scheduled opening or...
-
jrockowitz →
authored ca1cf9d6 on 6.x
-
jrockowitz →
authored ca1cf9d6 on 6.2.x
Issue #3371551 by jrockowitz: Error on setting scheduled opening or...
-
jrockowitz →
authored ca1cf9d6 on 6.2.x
- Status changed to Fixed
over 1 year ago 1:04pm 20 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 11:51am 9 October 2023 - 🇪🇸Spain edurenye
Maybe the real solution would have been to add the module dependency to the DateTime module instead of adding it's own format, this should follow the format of the system, don't you think?