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
What I did is check in an Observer (Model::observe(ModelObserver::class)) in the updating event if the field is set, then update the related entity and unset the field. Like this:
I'm trying to use the component to update a related entity but i'm beginning to feel this is not possible.
Basically i'm trying to do something like this:
The status list displays correctly but the value doesn't get updated when i change it.
Any guidelines on how to approach this development? i could try to do a pull request with this.
The text was updated successfully, but these errors were encountered: