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
The inline field calendarize does not make use of modern relation fields foreign_field and foreign_table_field. Relations are stored as CSV list. This is probably due to the age of this extension. I would highly recommend to migrate this field (Needs UpgradeWizard). By doing so we benefit from proper reference index entries and generally better support for state of the art relations.
I already tried to override it, but the Indexer still expects a CSV value and writes incorrect index records. So this place also needs to be adjusted. Maybe I can have a look someday, but right now I am very busy with Content Blocks. Btw it works really great together to create a custom event type on top of the default event. Maybe I can write I guide about that.
Thanks for the great extension! Really like the possibility to extend with own Models 👍
The inline field
calendarize
does not make use of modern relation fields foreign_field and foreign_table_field. Relations are stored as CSV list. This is probably due to the age of this extension. I would highly recommend to migrate this field (Needs UpgradeWizard). By doing so we benefit from proper reference index entries and generally better support for state of the art relations.calendarize/Classes/Register.php
Lines 102 to 114 in 160ff2d
https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Inline/Properties/ForeignField.html
https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Inline/Properties/ForeignTableField.html
The text was updated successfully, but these errors were encountered: