diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-04-04 22:58:43 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-04-04 22:58:59 +0200 |
commit | 746bdf1db9c10d1e5fc8fc66a0ce876aa29f92da (patch) | |
tree | 51a766d5e4732ae88707152e11e785bc90d5e266 /extensions/Needinfo/template/en | |
parent | b9d6d8634866ab5687eafbdda4159b39aae392ff (diff) | |
download | bugzilla-746bdf1db9c10d1e5fc8fc66a0ce876aa29f92da.tar.gz bugzilla-746bdf1db9c10d1e5fc8fc66a0ce876aa29f92da.tar.xz |
Bug 1321595 - Add triage owner to the needinfo suggestion dropdown
Diffstat (limited to 'extensions/Needinfo/template/en')
-rw-r--r-- | extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl | 3 |
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 |