diff options
author | Byron Jones <glob@mozilla.com> | 2014-04-10 06:04:13 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-04-10 06:04:13 +0200 |
commit | 1f8f67982a10da927b32910a475266b9c4e0e8dd (patch) | |
tree | 0fdf0ebc1bf7caab9d8dc1228660d0a09e22f5c4 /extensions/Needinfo | |
parent | 093b4c6d397bd86b1338d0e890507fb76e58061a (diff) | |
download | bugzilla-1f8f67982a10da927b32910a475266b9c4e0e8dd.tar.gz bugzilla-1f8f67982a10da927b32910a475266b9c4e0e8dd.tar.xz |
Bug 994467: remove "anyone" from the needinfo menu
Diffstat (limited to 'extensions/Needinfo')
-rw-r--r-- | extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl index 87dea003c..de1191520 100644 --- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl +++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl @@ -137,7 +137,6 @@ <option value="qa_contact">qa contact</option> [% END %] <option value="user">myself</option> - <option value="">anyone</option> </select> <span id="needinfo_from_container"> [% INCLUDE global/userselect.html.tmpl |