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

quickfix: copy specification object into aggregation task also

parent 5fee2271
No related branches found
No related tags found
No related merge requests found
Pipeline #118146 passed
......@@ -178,6 +178,7 @@ def create_aggregation_task(task):
status=State.IDLE.value,
new_status=State.IDLE.value,
service_filter = task.service_filter,
specification = task.specification,
activity=task.activity)
aggregation_task.save()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment