]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1571572 - Allow to prefill needinfo field on the Enter Bug page
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 6 Aug 2019 13:31:48 +0000 (09:31 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Tue, 6 Aug 2019 13:31:48 +0000 (09:31 -0400)
extensions/Needinfo/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl

index 9defadea40fd4f18572a35fb79c389a2b0a14aa0..09f12086a2be1597941b25505eee6b51bbc03cbf 100644 (file)
@@ -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"