From 07791e2b9be26347cd3e7bbb8a5f004211841908 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 12 Oct 2015 23:04:17 +0800 Subject: Bug 1211891 - needinfo requests where the current user is the requestee shouldn't be editable --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl') 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 2663d5562..eca6f5805 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -576,13 +576,12 @@ [%# needinfo %] [% WRAPPER bug_modal/field.html.tmpl container = 1 - label = "NeedInfo" + label = "NeedInfo From" hide_on_view = needinfo.size == 0 hide_on_edit = 1 %] [% INCLUDE bug_modal/flags.html.tmpl types = bug.flag_types.only("name", "needinfo") - no_label = 1 view_only = 1 %] [% END %] -- cgit v1.2.3-24-g4f1b