summaryrefslogtreecommitdiff
path: root/ishtar_common/wizards.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r--ishtar_common/wizards.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py
index d29ebf365..a7313b13b 100644
--- a/ishtar_common/wizards.py
+++ b/ishtar_common/wizards.py
@@ -1941,6 +1941,7 @@ class MultipleDeletionWizard(MultipleItemWizard):
for obj in objs:
lbls.append(str(obj))
try:
+ obj.__delete = True
obj.delete()
except ObjectDoesNotExist:
pass