aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2026-04-15 15:27:06 +0200
committerChristian Weiske <cweiske@cweiske.de>2026-04-15 15:27:06 +0200
commitdd60139350497c31d21d91697e442029f74d2c11 (patch)
tree6c1e10204b9f6ebc1b8581d680bca5ad81faf14f
parentd4fdc2ec678204df0a144bb5abb05bbd95141ef2 (diff)
download964-master.tar.gz
964-master.zip
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5135799..4a38800 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
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.
+Otherwise Extbase's "Persistence Backend" used by the domain repository will decide that the property is not ``isPersistableProperty()``, and skip over it.
Links: