From 173c0a15c61265d7392b5a9e4fa4e14d800814fe Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 8 Nov 2018 12:01:40 +0100 Subject: [PATCH] fix: [term_management] delete tags --- .../terms/templates/terms_management.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/var/www/modules/terms/templates/terms_management.html b/var/www/modules/terms/templates/terms_management.html index b84b7042..a2ecd906 100644 --- a/var/www/modules/terms/templates/terms_management.html +++ b/var/www/modules/terms/templates/terms_management.html @@ -80,7 +80,7 @@
- {% set uniq_id = 0 %} + {% set uniq_id = namespace(modal_id=0)%}
@@ -213,9 +213,9 @@ {% endfor %} {% if notificationTagsTermMapping[regex] %} - + - - {% set uniq_id = uniq_id + 1 %} + {% set uniq_id.modal_id = uniq_id.modal_id + 1 %} {% endif %}
@@ -290,9 +290,9 @@ {% endfor %} {% if notificationTagsTermMapping[term] %} - + - - {% set uniq_id = uniq_id + 1 %} + {% set uniq_id.modal_id = uniq_id.modal_id + 1 %} {% endif %}