diff options
author | David Lawrence <dkl@redhat.com> | 2010-03-23 20:52:16 +0100 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2010-03-23 20:52:16 +0100 |
commit | 455ab8384cc8a33be25c1a90087aca2673b96b69 (patch) | |
tree | 1de7daa7480ba5343a5b86d708a392ca0f69f357 /template/en/default/global/user-error.html.tmpl | |
parent | 7ff5e333473f712dadd2cecb80e1a0f431a29879 (diff) | |
download | bugzilla-455ab8384cc8a33be25c1a90087aca2673b96b69.tar.gz bugzilla-455ab8384cc8a33be25c1a90087aca2673b96b69.tar.xz |
Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm
r/a=mkanat
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index d9872f1b0..6bf904a94 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -775,9 +775,9 @@ to <em>[% newvalue.join(', ') FILTER html %]</em> [% END %] , but only - [% IF privs < 3 %] + [% IF privs < constants.PRIVILEGES_REQUIRED_EMPOWERED %] the assignee - [% IF privs < 2 %] or reporter [% END %] + [% IF privs < constants.PRIVILEGES_REQUIRED_ASSIGNEE %] or reporter [% END %] of the [% terms.bug %], or [% END %] a user with the required permissions may change that field. |