You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving an event with a Neo field (with or without content in Neo field) we receive a type error.
Cannot assign string to property benf\neo\Field::$propagationMethod of type craft\enums\PropagationMethod
Location: solspace/craft-calendar/packages/plugin/src/Elements/Event.php - line 1572.
Steps to reproduce
Add Neo field to a calendar
Create new event (With or without content in Neo field to trigger error)
Save event
Expected behavior
After creating and saving an event the control panel should not receive a type error and be either redirected to the event list or back to the event edit page depending how the event was saved.
Craft & Plugin Info (please complete the following information):
Craft Version: 5.5.5 Pro
Calendar Version: 5.0.12
Calendar Edition: Pro
Fresh Install or Upgrade: Fresh Install
The text was updated successfully, but these errors were encountered:
When saving an event with a Neo field (with or without content in Neo field) we receive a type error.
Location:
solspace/craft-calendar/packages/plugin/src/Elements/Event.php
- line 1572.Steps to reproduce
Expected behavior
After creating and saving an event the control panel should not receive a type error and be either redirected to the event list or back to the event edit page depending how the event was saved.
Craft & Plugin Info (please complete the following information):
The text was updated successfully, but these errors were encountered: