whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
780 stars 229 forks source link

Fix array decoding polymorphic relationships #439

Closed Sauruz closed 1 year ago

Sauruz commented 1 year ago

In polymorphic relationships the nested content is not decoded/casted to an array.

This fix will test again if the nested json object can be decoded to an array.

See: https://github.com/whitecube/nova-flexible-content/issues/435

Screenshot 2023-02-16 at 10 04 53

Keko-94 commented 1 year ago

@Sauruz Thank you for the fix but the validations doesn't work properly. Try to add required in your meta_title and check if it passes.