summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-10-12 17:04:17 +0200
committerByron Jones <glob@mozilla.com>2015-10-12 17:04:17 +0200
commit07791e2b9be26347cd3e7bbb8a5f004211841908 (patch)
treea7b757db4a598fdb15137a5b88cbed5d1b35643d /extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
parent81460eefa7297f014bc6a322bc71d19553d76abc (diff)
downloadbugzilla-07791e2b9be26347cd3e7bbb8a5f004211841908.tar.gz
bugzilla-07791e2b9be26347cd3e7bbb8a5f004211841908.tar.xz
Bug 1211891 - needinfo requests where the current user is the requestee shouldn't be editable
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl3
1 files changed, 1 insertions, 2 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 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 %]