summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl
index 5f22338cd..d6f7d6f89 100644
--- a/extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/tracking_flags.html.tmpl
@@ -77,6 +77,7 @@
[% BLOCK tf_select %]
[% RETURN UNLESS flag %]
+ <input type="hidden" id="[% flag.name FILTER html %]-dirty">
<select id="[% flag.name FILTER html %]" name="[% flag.name FILTER html %]">
[%
flag_bug_value = flag.bug_flag(bug_id).value;