summaryrefslogtreecommitdiffstats
path: root/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl')
-rw-r--r--extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl3
1 files changed, 3 insertions, 0 deletions
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 %]
</option>
[% END %]
+ [% IF bug.component_obj.triage_owner_id %]
+ <option value="triage_owner">triage owner</option>
+ [% END %]
</select>
<span id="needinfo_from_container">
[% INCLUDE global/userselect.html.tmpl