summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index 8a3652673..9d7588641 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -106,7 +106,7 @@
END;
IF status_value != "---";
blurb = blurb _ " " _ status_value;
- IF status_value == "fixed";
+ IF status_value == "fixed" || status_value == "verified";
flag_name = row.name;
IF flag_name.substr(0, 7) == "firefox";
IF firefox_fixed_versions.0 == "";