diff options
author | David Lawrence <dkl@redhat.com> | 2010-05-12 13:08:21 -0400 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2010-05-12 13:08:21 -0400 |
commit | 5977f8c2566a95fc5e2c3c05fe0551c47f718810 (patch) | |
tree | 460cc16b86787477a3b80fd5000e3e11926c3086 /buglist.cgi | |
parent | 955abb3e5a2421078b93daa7bc6a4d89b6a56dcb (diff) | |
download | bugs-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar bugs-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.gz bugs-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.bz2 bugs-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.xz bugs-5977f8c2566a95fc5e2c3c05fe0551c47f718810.zip |
Bug 486050: Bugzilla should prefill quicksearch box when showing search results from a quicksearch
r/a=mkanat
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
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 |