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

trigger build

parent 6d7c3727
Branches
No related tags found
No related merge requests found
Pipeline #99157 passed
......@@ -459,13 +459,13 @@ class Task(models.Model):
return None
# @property
def storage_location(self):
# roughly determine the storage location by looking at the 1st input
try:
location = self.inputs[0]['location']
except:
location = '-'
return location
# def storage_location(self):
# # roughly determine the storage location by looking at the 1st input
# try:
# location = self.inputs[0]['location']
# except:
# location = '-'
# return location
@property
def activity_service_filter(self):
......
......@@ -31,7 +31,7 @@
{% include 'taskdatabase/pagination.html' %}
</div>
</div>
<p class="footer"> Version 18 Nov 2024
<p class="footer"> Version 21 Nov 2024
</div>
{% include 'taskdatabase/refresh.html' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment