summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-09-27 15:55:12 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-09-27 15:55:12 +0200
commit8affa3eab39d5b438067f3b5b0490be597b19bbc (patch)
treebf288ce157376b3166e6e5c62c65c7dfe91578c7 /extensions/BugModal/template
parent0ebea6d9fac5b7da3844829883ee76707c711061 (diff)
downloadbugzilla-8affa3eab39d5b438067f3b5b0490be597b19bbc.tar.gz
bugzilla-8affa3eab39d5b438067f3b5b0490be597b19bbc.tar.xz
ug 1268317 - Add Triage Contact to Components as an Editable Field (everything else)
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl9
1 files changed, 9 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 d9e970fe0..c7bdefbdc 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -616,6 +616,15 @@
view_only = 1
%]
+ [%# triage owner %]
+ [% INCLUDE bug_modal/field.html.tmpl
+ field = bug_fields.triage_owner
+ field_type = constants.FIELD_TYPE_USER
+ value = bug.component_obj.triage_owner
+ view_only = 1
+ %]
+
+
[%# needinfo %]
[% WRAPPER bug_modal/field.html.tmpl
container = 1