From 1de6cbdb2ca9077826fb9570c201805c8c2d1ec5 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 26 Mar 2015 12:21:33 +0800 Subject: Bug 1147738: the "Rank" field label is visible when editing, even if the field itself isn't --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) 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 %] -- cgit v1.2.3-24-g4f1b