diff options
author | jouni%heikniemi.net <> | 2004-07-22 14:14:13 +0200 |
---|---|---|
committer | jouni%heikniemi.net <> | 2004-07-22 14:14:13 +0200 |
commit | 96998d6abce5465e93b6876804766e7f189b7621 (patch) | |
tree | bdef2d251bca9349435528a629a856a7d8f3c193 /buglist.cgi | |
parent | bf43cc08b073de64ca6348b980651f7171e14103 (diff) | |
download | bugzilla-96998d6abce5465e93b6876804766e7f189b7621.tar.gz bugzilla-96998d6abce5465e93b6876804766e7f189b7621.tar.xz |
Bug 98751: Make it easier to update a stored query.
r=gerv, a=justdave
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-x | buglist.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi index 63d8cd0dd..b9fc8a52c 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -902,6 +902,10 @@ if ($dotweak) { } } +# If we're editing a stored query, use the existing query name as default for +# the "Remember search as" field. +$vars->{'defaultsavename'} = $cgi->param('query_based_on'); + ################################################################################ # HTTP Header Generation |