From 746bdf1db9c10d1e5fc8fc66a0ce876aa29f92da Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 4 Apr 2017 16:58:43 -0400 Subject: Bug 1321595 - Add triage owner to the needinfo suggestion dropdown --- extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extensions/Needinfo/template/en/default') diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index 5b316e4b0..111d8885a 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -218,6 +218,9 @@ $(function() { [% available_mentors.size == 1 ? "mentor" : mentor.login FILTER html %] [% END %] + [% IF bug.component_obj.triage_owner_id %] + + [% END %] [% INCLUDE global/userselect.html.tmpl -- cgit v1.2.3-24-g4f1b