Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.25k stars 157 forks source link

Fix regression trying to save empty translations #424

Closed rbngzlv closed 3 months ago

rbngzlv commented 3 months ago

The change introduced in #418 broke an application for me. The reason seems to be that the translations table have not null constraints in the translatable attributes and after the change introduced any new empty translation is considered dirty and becomes a candidate to save in saveTranslations method.

Gummibeer commented 3 months ago

https://github.com/Astrotomic/laravel-translatable/releases/tag/v11.15.0