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

Testing deploy STEP 1

parent 6b20667c
No related branches found
No related tags found
1 merge request!339SDC-1188 - STEP 1 of 3 (the database)
Pipeline #72057 passed
......@@ -205,7 +205,7 @@ class Task(models.Model):
# make sure that every task has an activity (backward compatibility)
# TODO: uncomment to enable SDC-1188 functionality
associate_task_with_activity(self)
# associate_task_with_activity(self)
# remark:
# a post_save signal is triggered by this save()
......
......@@ -70,7 +70,7 @@ def handle_post_save(sender, **kwargs):
task = kwargs.get('instance')
# TODO: uncomment to enable SDC-1188 functionality
update_activity(task)
# update_activity(task)
def connect_signals():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment