From 726af84e81efe01da2dc3064b2278d79f3da4f6f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 24 Nov 2024 19:22:57 +0100 Subject: 🐛 fix bad evaluation on wizard for "own" permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/wizards.py') diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index e6cda14cf..030b684ad 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -154,7 +154,7 @@ class Wizard(IshtarWizard): label = "" translated_keys = [] modification = None # True when the wizard modify an item - deletion = True # True on deletion + deletion = None # True on deletion storage_name = "formtools.wizard.storage.session.SessionStorage" wizard_done_template = "ishtar/wizard/wizard_done.html" wizard_done_window = "" -- cgit v1.2.3