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

archived page

parent fd774739
No related branches found
No related tags found
No related merge requests found
Pipeline #42682 passed
...@@ -224,12 +224,6 @@ class Task(models.Model): ...@@ -224,12 +224,6 @@ class Task(models.Model):
except: except:
return None return None
# def lta_object_id(self):
# try:
# return self.archive['lta_object_id']
# except:
# return None
def path_to_lta(self): def path_to_lta(self):
try: try:
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="row"> <div class="row">
<div class="col-8"> <div class="col-8">
<h3>Failures</h3> <h3>Failures</h3>
These are all the tasks that failed. These are all the tasks that <b>failed</b>.
Click 'Retry' to restart the this step in the workflow (see 'Diagram' in top menu). Click 'Retry' to restart the this step in the workflow (see 'Diagram' in top menu).
<td>{% include 'taskdatabase/filter/search.html' %}</td> <td>{% include 'taskdatabase/filter/search.html' %}</td>
<hr> <hr>
......
...@@ -85,6 +85,7 @@ class TaskFilterQueryPage(filters.FilterSet): ...@@ -85,6 +85,7 @@ class TaskFilterQueryPage(filters.FilterSet):
'quality': ['icontains', 'in'], 'quality': ['icontains', 'in'],
'project': ['exact', 'icontains', 'in'], 'project': ['exact', 'icontains', 'in'],
'sas_id': ['exact', 'icontains', 'in'], 'sas_id': ['exact', 'icontains', 'in'],
#'sas_id_archived': ['exact', 'icontains', 'in'],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment