diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2026-04-15 15:26:04 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2026-04-15 15:26:04 +0200 |
| commit | 6a6fdbc323a0041702b2dcd29031a48a134770c8 (patch) | |
| tree | dc61cf7d61bdfd022c8621d9ca37bb4b1033d426 | |
| download | 964-6a6fdbc323a0041702b2dcd29031a48a134770c8.tar.gz 964-6a6fdbc323a0041702b2dcd29031a48a134770c8.zip | |
| -rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..b77dd7e --- /dev/null +++ b/README.rst @@ -0,0 +1,4 @@ +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 |
