OmgDef/yii2-multilingual-behavior

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

Closed this issue · 2 comments

image
if I remove SaveRelationsBehavior, updating translations works.

@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

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