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
Currently the 'retrieved' event is fired before relations are retrieved. While this is fine in many cases, sometimes we need to handle stuff with relations, for example, appending an attribute based on them using the relationLoaded method.
After looking around, this issue #29658 is mostly what I'm describing I believe.
And I think (unless I failed finding it) no one has followed up an idea for it. So yeah basically if we could have an event that fires right after relations are retrieved that would help with some situations.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Currently the 'retrieved' event is fired before relations are retrieved. While this is fine in many cases, sometimes we need to handle stuff with relations, for example, appending an attribute based on them using the relationLoaded method.
After looking around, this issue #29658 is mostly what I'm describing I believe.
And I think (unless I failed finding it) no one has followed up an idea for it. So yeah basically if we could have an event that fires right after relations are retrieved that would help with some situations.
Beta Was this translation helpful? Give feedback.
All reactions