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
I believe this is a recent thing but when I first create a new nova resource and select my relations, they are just fine and dandy.
However, if I make another edit to the resource, when I save, my BelongsToMany relationship vanishes.
Defined as so:
BelongsToManyField::make('Authors', 'authors', 'App\Nova\Author')
->optionsLabel('full_name')
->rules('required')
->help('Who is featured in this video?'),
If I reassign the authors again, that works too.
The text was updated successfully, but these errors were encountered:
I believe this is a recent thing but when I first create a new nova resource and select my relations, they are just fine and dandy.
However, if I make another edit to the resource, when I save, my BelongsToMany relationship vanishes.
Defined as so:
If I reassign the authors again, that works too.
The text was updated successfully, but these errors were encountered: