From a6bc7e64d72b8a2c88e5e365cf0627bdd0807cff Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Jun 2024 11:53:15 +0200 Subject: 🩹 document deletion: do not display non relevant fields on summary before deletion (refs #5639) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/wizards.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index a13086079..dee3c9a1f 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -2212,6 +2212,10 @@ DOCUMENT_EXCLUDED = models.Document.RELATED_MODELS + [ "last_modified", "created", "document", + "thumbnail", + "cached_label", + "image", + "associated_links", ] -- cgit v1.2.3