From bcccce4c7086f4e2f70340887d9ebe4085bf67c4 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 28 Jul 2015 14:42:27 +0800 Subject: Bug 1188246 - "fixed in" message only looks for "fixed" in tracking flags, should also check for "verified" --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BugModal/template') 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 == ""; -- cgit v1.2.3-24-g4f1b