Deploy Django5 stuff on production #93

Merged
heinzel merged 11 commits from stage into production 2025-04-11 11:23:24 +02:00
Showing only changes of commit 86dadac421 - Show all commits

View File

@@ -264,6 +264,9 @@ class BasicWorkflow(object):
status_list = [] status_list = []
self._check_status() self._check_status()
if not event.id:
return status_list
heaviest_flag = event.flags.order_by('status').last() heaviest_flag = event.flags.order_by('status').last()
if heaviest_flag: if heaviest_flag:
flags = [] flags = []