TYPO3 Extbase: Undelete (restore) functionality

revision dd60139350497c31d21d91697e442029f74d2c11

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 Extbase's "Persistence Backend" used by the domain repository will decide that the property is not isPersistableProperty(), and skip over it.

Links:

History