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

deploy STEP-2, enable activity functionality for data migration

parent e7ead007
No related branches found
No related tags found
1 merge request!340SDC-1188 step 2 deploy
Pipeline #72335 passed
...@@ -204,7 +204,7 @@ class Task(models.Model): ...@@ -204,7 +204,7 @@ class Task(models.Model):
# make sure that every task has an activity (backward compatibility) # make sure that every task has an activity (backward compatibility)
# TODO: uncomment to enable SDC-1188 functionality for deploy STEP 2 # TODO: uncomment to enable SDC-1188 functionality for deploy STEP 2
# associate_task_with_activity(self) associate_task_with_activity(self)
# remark: # remark:
# a post_save signal is triggered by this save() # a post_save signal is triggered by this save()
......
...@@ -66,7 +66,7 @@ def handle_post_save(sender, **kwargs): ...@@ -66,7 +66,7 @@ def handle_post_save(sender, **kwargs):
task = kwargs.get('instance') task = kwargs.get('instance')
# TODO: uncomment to enable SDC-1188 functionality # TODO: uncomment to enable SDC-1188 functionality
# update_activity(task) update_activity(task)
def connect_signals(): def connect_signals():
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 15 Feb 2024 <p class="footer"> Version 15 Feb 2024 (14:40)
</div> </div>
{% include 'taskdatabase/refresh.html' %} {% include 'taskdatabase/refresh.html' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment