diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-26 05:21:33 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-26 05:21:33 +0100 |
commit | 1de6cbdb2ca9077826fb9570c201805c8c2d1ec5 (patch) | |
tree | 7a7ca592e45e73bee7a6d072e2e817b3792dd5b4 | |
parent | d4a53a6c7bce28a66ff0dc70def2469692f8444c (diff) | |
download | bugzilla-1de6cbdb2ca9077826fb9570c201805c8c2d1ec5.tar.gz bugzilla-1de6cbdb2ca9077826fb9570c201805c8c2d1ec5.tar.xz |
Bug 1147738: the "Rank" field label is visible when editing, even if the field itself isn't
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index dae2006a4..62a64d465 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -306,6 +306,7 @@ inline = 1 label = "Rank" hide_on_view = bug.cf_rank == "" + hide_on_edit = !user.in_group('rank-setters') %] [% END %] [% END %] |