From: Kohei Yoshino Date: Tue, 6 Aug 2019 13:31:48 +0000 (-0400) Subject: Bug 1571572 - Allow to prefill needinfo field on the Enter Bug page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9264a4950ac7f01c7e16858f3a1089844c4ab88;p=thirdparty%2Fbugzilla.git Bug 1571572 - Allow to prefill needinfo field on the Enter Bug page --- diff --git a/extensions/Needinfo/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl b/extensions/Needinfo/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl index 9defadea4..09f12086a 100644 --- a/extensions/Needinfo/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl +++ b/extensions/Needinfo/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl @@ -13,7 +13,7 @@ [% INCLUDE global/userselect.html.tmpl id => "needinfo_from" name => "needinfo_from" - value => "" + value => cgi.param('needinfo_from') size => 30 multiple => 5 field_title => "Enter one or more comma separated users to request more information from"