summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-12 22:38:09 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-12 22:38:09 +0200
commit4e245d53cbba5afd595b2a4effc79800270bba8d (patch)
treeda9b2d12da59dfbd36eee9c43462f87d8f3ecd54 /ishtar_common/templates
parentcae951766530d6ada5240f9f3d9653b017a30a98 (diff)
downloadIshtar-4e245d53cbba5afd595b2a4effc79800270bba8d.tar.bz2
Ishtar-4e245d53cbba5afd595b2a4effc79800270bba8d.zip
Treament file dashboard: add filter form (refs #3381)
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html
index c3a8a58a8..2650282ca 100644
--- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html
+++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html
@@ -178,7 +178,7 @@ $('#search_{{unique_id}}').click(function (){
return false;
});
-{% if item_name == 'files' or item_name == "operations" or item_name == "treatments" or item_name == "treatment_types" %}
+{% if item_name == 'files' or item_name == "operations" or item_name == "treatments" or item_name == "treatmentfiles" %}
load_jquerydate_{{item_name}}_after();
load_jquerydate_{{item_name}}_before();
{% endif %}