From a81a0804496d263f9de71b03e2ebf612e3c534cc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 9 Oct 2007 18:05:58 +0000 Subject: Midair with product change while adding an attachment silently clears flags - Patch by Tiago R. Mello r/a=LpSolit --- template/en/default/global/messages.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 6db207dd4..b9b423ca6 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -201,6 +201,10 @@ [%+ new_email FILTER html %] has been canceled. Your old account settings have been reinstated. + [% ELSIF message_tag == "flag_cleared" %] + Some flags didn't apply in the new product/component + and have been cleared. + [% ELSIF message_tag == "flag_creation_failed" %] [% title = "Flag Creation Failure" %] An error occured while validating flags: @@ -481,6 +485,9 @@ [% ELSIF message_tag == "term" %] [% terms.$term FILTER html %] + [% ELSIF message_tag == "unexpected_flag_types" %] + Some flags could not be set. Please check your changes. + [% ELSIF message_tag == "user_match_failed" %] You entered a username that did not match any known [% terms.Bugzilla %] users, so we have instead left -- cgit v1.2.3-24-g4f1b