summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-04-13 06:38:14 +0200
committerByron Jones <glob@mozilla.com>2015-04-13 06:38:14 +0200
commit497c70791868264ddb0499970ea0323988bdcdb0 (patch)
tree500409caf735df3a138b6551e9bd0bcbbe2fc399 /extensions/BMO/template
parent7c5fdd252e1f7dbef712da780ce39153b1e015df (diff)
downloadbugzilla-497c70791868264ddb0499970ea0323988bdcdb0.tar.gz
bugzilla-497c70791868264ddb0499970ea0323988bdcdb0.tar.xz
Bug 1152818: changing an assignee to nobody@mozilla.org or any .bugs address should automatically reset the status to NEW
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r--extensions/BMO/template/en/default/hook/global/user-error-errors.html.tmpl5
1 files changed, 5 insertions, 0 deletions
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 %]