diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2026-04-15 15:26:18 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2026-04-15 15:26:18 +0200 |
| commit | d4fdc2ec678204df0a144bb5abb05bbd95141ef2 (patch) | |
| tree | 6f31134e7f6d7a582b9dd59d8c0272927cbd9509 | |
| parent | 6a6fdbc323a0041702b2dcd29031a48a134770c8 (diff) | |
| download | 964-d4fdc2ec678204df0a144bb5abb05bbd95141ef2.tar.gz 964-d4fdc2ec678204df0a144bb5abb05bbd95141ef2.zip | |
| -rw-r--r-- | README.rst | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
