Propel2
Propel2 copied to clipboard
Conflict between timestampable and i18n behaviors
On rows that has both timestampable and i18n behaviors, if you only change i18n columns, the updated_at columns isn't updated.
Here is the PoC: http://sandbox.propelorm.org/2a9bcb5
Is someone able to make a PR here with suggested changes?