From d4fdc2ec678204df0a144bb5abb05bbd95141ef2 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 15 Apr 2026 15:26:18 +0200 Subject: --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b77dd7e..5135799 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,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 Extabase's "Persistence Backend" will decide that the property is not ``isPersistableProperty()``, and skip over it. \ No newline at end of file +Otherwise Extabase's "Persistence Backend" 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 \ No newline at end of file -- cgit v1.2.3