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

adding some GUI buttons for status control

parent cbef6261
No related branches found
No related tags found
No related merge requests found
Pipeline #8618 passed
......@@ -44,7 +44,7 @@
</div>
{% include 'taskdatabase/pagination.html' %}
</div>
<p class="footer"> Version 1.0.0 (29 jan 2021 - 08:00)
<p class="footer"> Version 1.0.0 (29 jan 2021 - 12:00)
<script type="text/javascript">
(function(seconds) {
var refresh,
......
......@@ -22,7 +22,7 @@
<a href="{% url 'task-setstatus-view' task.pk 'defined' my_tasks.number %}" class="btn btn-primary btn-sm" role="button">To Defined</a>
{% endif %}
{% if task.status == "defined" %}
{% if task.status == "defined" or task.status == "staging" or task.status == "staged" %}
<a href="{% url 'task-setstatus-view' task.pk 'defining' my_tasks.number %}" class="btn btn-primary btn-sm" role="button">To Defining</a>
{% endif %}
......
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