From dd60139350497c31d21d91697e442029f74d2c11 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 15 Apr 2026 15:27:06 +0200 Subject: --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3