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

check for 'discarded' instead of 'removed_invisible'

parent cfbc50b1
No related branches found
No related tags found
2 merge requests!295merge all the updates to master into this branch also,!294adding (initial) discard mechanism
Pipeline #49230 passed
{% load static %} {% load static %}
{% for task in my_tasks %} {% for task in my_tasks %}
{% if task.status != "removed_invisible" %} {% if task.status != "discarded" %}
<div class="row"> <div class="row">
<tr class="{{ task.status }}"> <tr class="{{ task.status }}">
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<a class="open-modal btn btn-primary btn-sm" <a class="open-modal btn btn-primary btn-sm"
href="{% url 'workflow-details' task.workflow.id %}" href="{% url 'workflow-details' task.workflow.id %}"
data-popup-url="{% url 'workflow-details' task.workflow.id %}" data-popup-url="{% url 'workflow-details' task.workflow.id %}"
target="_blank"><i class="fas fa-project-diagram"></i> {{ task.workflow.id }} target="_blank"><i class="fas fa-project-diagram"></i> {{ s.id }}
</a></td> </a></td>
</td> </td>
<td> <td>
......
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