Skip to content
Snippets Groups Projects
Commit 32184c4e authored by Nico Vermaas's avatar Nico Vermaas
Browse files

small hotfix

parent f5e27c43
No related branches found
No related tags found
No related merge requests found
Pipeline #79729 passed
......@@ -250,7 +250,7 @@ class Task(models.Model):
self.is_summary = check_if_summary(self)
# if so, temporarily put it on hold so that the ancillary service can grab it with it
if self.is_summary:
if (self.is_summary and not self.activity.is_aggregated):
self.resume = False
except Exception as error:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment