Updating resource relations
Hi, is there a way to update relations in a resource manually?
My user has two relationships, a
hasOne
which is used for getting a default row, and a hasMany
used for getting all rows.
The hasOne
is rendered as a form in my user resource, is there a way that when I update the form it'll update the values in the hasMany
that's being rendered in getRelations()
0 Replies