Prezent / doctrine-translatable

Translatable behaviour extension for Doctrine2
MIT License
26 stars 17 forks source link

Disabled NULL value for translation tables #7

Closed bart-van-amelsvoort closed 10 years ago

bart-van-amelsvoort commented 10 years ago

The join column between the translatable and the translations should not allow NULL values? When there is a use case where this is valid, I would like to propose a parameter that can be used to change this default behavior.

sandermarechal commented 10 years ago

Good point, thanks.