Skip to content
Snippets Groups Projects

bugfix: removed 'unknown' filter from the query view

Merged Nico Vermaas requested to merge SDCH-3649-bugfix-holdresume into master
6 files
+ 31
12
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -6,6 +6,8 @@
{% bootstrap_css %}
{% bootstrap_javascript %}
{% load render_table from django_tables2 %}
{% block myBlock %}
<div class="container-fluid details-container">
@@ -21,7 +23,6 @@
{% endif %}
{% include "taskdatabase/query/set_multi_status_panel.html" %}
{% render_table table 'django_tables2/bootstrap4.html' %}
</div>
Loading