summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
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 /template/en/default/admin
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 'template/en/default/admin')
-rw-r--r--template/en/default/admin/components/confirm-delete.html.tmpl5
-rw-r--r--template/en/default/admin/components/edit-common.html.tmpl12
2 files changed, 16 insertions, 1 deletions
diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl
index da934f420..a3dae68bb 100644
--- a/template/en/default/admin/components/confirm-delete.html.tmpl
+++ b/template/en/default/admin/components/confirm-delete.html.tmpl
@@ -56,7 +56,10 @@ from '[% product.name FILTER html %]' product
<td valign="top">Default QA contact:</td>
<td valign="top">[% comp.default_qa_contact.login FILTER html %]</td>
[% END %]
-
+ </tr>
+<tr>
+ <td valign="top">Triage Owner:</td>
+ <td valign="top">[% comp.triage_owner.login FILTER html %]</td>
</tr>
<tr>
<td valign="top">Component of Product:</td>
diff --git a/template/en/default/admin/components/edit-common.html.tmpl b/template/en/default/admin/components/edit-common.html.tmpl
index 3e489af74..ffb67bbf7 100644
--- a/template/en/default/admin/components/edit-common.html.tmpl
+++ b/template/en/default/admin/components/edit-common.html.tmpl
@@ -66,6 +66,18 @@
</tr>
[% END %]
<tr>
+ <td class="field_label"><label for="triage_owner">Triage Owner:</label></th>
+ <td>
+ [% INCLUDE global/userselect.html.tmpl
+ name => "triage_owner"
+ id => "triage_owner"
+ value => comp.triage_owner.login
+ size => 64
+ emptyok => 1
+ %]
+ </td>
+</tr>
+<tr>
<th class="field_label"><label for="initialcc">Default CC List:</label></th>
<td>
[% INCLUDE global/userselect.html.tmpl