diff options
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:
|
