summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorbugreport%peshkin.net <>2005-10-22 22:07:05 +0200
committerbugreport%peshkin.net <>2005-10-22 22:07:05 +0200
commitd0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b (patch)
tree5e6ba1c72c6a1ca951034e09789ad600519ab5b5 /template/en/default/global/user-error.html.tmpl
parent6d4505ccf740f740fd4f3ffa438316f0b81a61c0 (diff)
downloadbugzilla-d0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b.tar.gz
bugzilla-d0042bb7c9340ef4dd80b3abe3b2f45ed4bf862b.tar.xz
Bug 312787 When strict_isolation is set, do not permit users to alter deps on bugs unless they can edit both bugs
Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 334f1c54e..f0c828888 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -547,6 +547,13 @@
[% END %]
a sufficiently empowered user may change that field.
+ [% ELSIF error == "illegal_change_deps" %]
+ [% title = "Not allowed" %]
+ You tried to change the
+ <strong>[% field_descs.$field FILTER html %]</strong> field
+ but only a user empowered to edit
+ both involved [% terms.bugs %] may change that field.
+
[% ELSIF error == "illegal_changed_in_last_x_days" %]
[% title = "Your Search Makes No Sense" %]
The <em>Changed in last ___ days</em> field must be a simple number.