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
From what I can see, it seems that afterUpdate only triggers for 'relations'.
If we have a model, that is only using the 'relation' relation.
It won't update.
It will only update, if we call multilingual() or localized().
Am I mistaken or is it so?
Couldn't you tweak that afterUpdate, to trigger the update for BOTH relations (relations and relation)?
Thanks.
The text was updated successfully, but these errors were encountered:
igorveremsky
added a commit
to igorveremsky/yii2-multilingual-behavior
that referenced
this issue
May 25, 2018
Hello,
From what I can see, it seems that afterUpdate only triggers for 'relations'.
If we have a model, that is only using the 'relation' relation.
It won't update.
It will only update, if we call multilingual() or localized().
Am I mistaken or is it so?
Couldn't you tweak that afterUpdate, to trigger the update for BOTH relations (relations and relation)?
Thanks.
The text was updated successfully, but these errors were encountered: