Hi guys,
i'm trying to combine Translate Behavior and Mariano Iglesias' Soft Deletable Behavior Revision 49. But always if a want to soft delete a record which hasMany other records, which are translated (located in the i18n-table partly), the related hasMany records aren't soft deleted.
Example:
- Post hasMany Comments (dependent = true)
- Post actsAs SoftDeletable
- Comments actsAs SoftDeletable, Translate
Post record get's soft deleted, but I also get an error for the dependent Comment records and they aren't soft deleted.
Any suggestions?
Thanks in advance Marco