OmgDef / yii2-multilingual-behavior

Yii2 port of the yii-multilingual-behavior.
146 stars 60 forks source link

Creating works good but updating not works. I used la-haute-societe/yii2-save-relations-behavior #91

Closed iAbbos closed 2 years ago

iAbbos commented 2 years ago

image if I remove SaveRelationsBehavior, updating translations works.

OmgDef commented 2 years ago

@iAbbos Just made an example repo. Move SaveRelationBehavior to the end of your behaviors list and it's gonna work just fine. https://github.com/OmgDef/yii2-multilingual-example/blob/main/models/Post.php#L91

iAbbos commented 2 years ago

Thank you very much. Yes, when I put MultilingualBehavior before SaveRelationsBehavior everything worked fine.