From 497c70791868264ddb0499970ea0323988bdcdb0 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 13 Apr 2015 12:38:14 +0800 Subject: Bug 1152818: changing an assignee to nobody@mozilla.org or any .bugs address should automatically reset the status to NEW --- .../BMO/template/en/default/hook/global/user-error-errors.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extensions/BMO/template/en') diff --git a/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl index 9caf9bd29..a8be3663f 100644 --- a/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl @@ -41,4 +41,9 @@ [% title = "Missing Reporter" %] You must provide an email address for a bounty attachment. +[% ELSIF error == "bug_status_unassigned" %] + [% title = "Invalid Bug Status" %] + You cannot set this [% terms.bug %]'s status to ASSIGNED because the + [%+ terms.bug %] is not assigned to a person. + [% END %] -- cgit v1.2.3-24-g4f1b