TYPO3 Extbase: Undelete (restore) functionality

revision 6a6fdbc323a0041702b2dcd29031a48a134770c8

raw

README.rst

Simply adding a setDeleted() method and $deleted property to the Extbase domain model is not sufficient. You also have to add the deleted column to the table's TCA columns array.

Otherwise Extabase's "Persistence Backend" will decide that the property is not isPersistableProperty(), and skip over it.

History