diff options
author | bugreport%peshkin.net <> | 2006-01-03 07:57:06 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2006-01-03 07:57:06 +0100 |
commit | 972eed87eba7dafcf50b5cd9c8993735690807d9 (patch) | |
tree | 423d5918ca77ef6378b784dc7cf987cdd8aef346 /template/en/default | |
parent | 1874993b3189dc1a1057c11433dfe16470cf8fae (diff) | |
download | bugzilla-972eed87eba7dafcf50b5cd9c8993735690807d9.tar.gz bugzilla-972eed87eba7dafcf50b5cd9c8993735690807d9.tar.xz |
Bug 313547: When strict_isolation is set, don't allow inappropriate users on new bugs
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 4ff86c34a..edacda0e1 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -685,6 +685,8 @@ [%+ field_descs.product FILTER html %] [% IF bug_id %] for [% terms.bug %] '[% bug_id FILTER html %]'. + [% ELSIF new %] + and may not be included on a new [% terms.bug %]. [% ELSE %] for at least one [% terms.bug %] being changed. [% END %] |