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
After updating Laravel Nova 4 to 5 I am experiencing and issue with the BelongsToMany class: I am unable to edit the "pivot" fields defined in the ->fields() method, instead it redirects to the resource edit page. However, I can see these fields when attaching a resource.
By unistalling nova-sortable it works as defined so I suspect there's an issue with the component or similar.
This issue is described here: laravel/nova-issues#6707 (comment)
After updating Laravel Nova 4 to 5 I am experiencing and issue with the BelongsToMany class: I am unable to edit the "pivot" fields defined in the ->fields() method, instead it redirects to the resource edit page. However, I can see these fields when attaching a resource.
By unistalling nova-sortable it works as defined so I suspect there's an issue with the component or similar.
The text was updated successfully, but these errors were encountered: