aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 4a3880027d1558c872c11746291adbac956f1e9e (plain)
1
2
3
4
5
6
7
8
9
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:

- https://stackoverflow.com/questions/79841935/extbase-domain-model-version-property-is-not-stored-in-database
- https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/pull/6479