diff options
author | David Lawrence <dkl@redhat.com> | 2010-05-12 19:08:21 +0200 |
---|---|---|
committer | David Lawrence <dkl@redhat.com> | 2010-05-12 19:08:21 +0200 |
commit | 5977f8c2566a95fc5e2c3c05fe0551c47f718810 (patch) | |
tree | 460cc16b86787477a3b80fd5000e3e11926c3086 /buglist.cgi | |
parent | 955abb3e5a2421078b93daa7bc6a4d89b6a56dcb (diff) | |
download | bugzilla-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.gz bugzilla-5977f8c2566a95fc5e2c3c05fe0551c47f718810.tar.xz |
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 |