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
This model works great with the corresponding Nova resource. However, when I use the Enrichment resource in another Nova resource like this:
MorphOne::make('Enrichment'),
Saving flexible content doesn't work when you edit or update the resource. It will give the following error:
Unable to parse incoming Flexible content, data should be an array.
The text was updated successfully, but these errors were encountered:
This module is really great. However, I found a bug. I've got Flexible content on my model Enrichments which looks like this:
The table structure of enrichments looks like this:
id, enrichable_id, enrichable_type, intro, content
This model works great with the corresponding Nova resource. However, when I use the Enrichment resource in another Nova resource like this:
MorphOne::make('Enrichment'),
Saving flexible content doesn't work when you edit or update the resource. It will give the following error:
Unable to parse incoming Flexible content, data should be an array.
The text was updated successfully, but these errors were encountered: