Since updating to Beta 2 when visiting the manage display tab I get this error:
TypeError: Return value of Drupal\date_recur\Plugin\Field\FieldFormatter\DateRecurBasicFormatter::Drupal\date_recur\Plugin\Field\FieldFormatter\{closure}() must be of the type string, null returned in Drupal\date_recur\Plugin\Field\FieldFormatter\DateRecurBasicFormatter->Drupal\date_recur\Plugin\Field\FieldFormatter\{closure}() (line 185 of modules/contrib/date_recur/src/Plugin/Field/FieldFormatter/DateRecurBasicFormatter.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3027764-missing-interpreter-label.patch | 849 bytes | dpi |
Comments
Comment #2
danthorneRe-saving the recurring date interpreters form seems to have fixed the issue.
Comment #3
dpiA workaround isnt grounds for closing. This shouldn't happen.
Caused by
not adding a label. Which is technically a valid state.
Comment #4
kevinc_ commentedHi,
I'm facing this error and I'm not sure where to alter the \date_recur_update_8205() migration.
Can you point me in the right direction?
Or, in the interim, could you tell me where you saved the form Danny?
Cheers.
Comment #5
danthorneTry /admin/config/regional/recurring-date-interpreters
Comment #6
dpiComment #8
dpiThanks,
Credited @DannyBoing for discovery.