From 5977f8c2566a95fc5e2c3c05fe0551c47f718810 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 12 May 2010 13:08:21 -0400 Subject: Bug 486050: Bugzilla should prefill quicksearch box when showing search results from a quicksearch r/a=mkanat --- buglist.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 576b95572..65eb6f380 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1163,6 +1163,9 @@ if ($dotweak && scalar @bugs) { # the "Remember search as" field. $vars->{'defaultsavename'} = $cgi->param('query_based_on'); +# If we did a quick search then redisplay the previously entered search +# string in the text field. +$vars->{'quicksearch'} = $searchstring; ################################################################################ # HTTP Header Generation -- cgit v1.2.3-24-g4f1b