summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-12-29 11:15:21 +0100
committerlpsolit%gmail.com <>2006-12-29 11:15:21 +0100
commit43b17e5fc7f29f6d4f952ba6fc83902a497a6fc8 (patch)
tree5cf41de258107c423f4fd881ab90767597580b4d /buglist.cgi
parentf07114378b39c6424d0c01f366ab8bd2839b927c (diff)
downloadbugzilla-43b17e5fc7f29f6d4f952ba6fc83902a497a6fc8.tar.gz
bugzilla-43b17e5fc7f29f6d4f952ba6fc83902a497a6fc8.tar.xz
Bug 365254: When running a shared saved search, its name is not displayed at the top of the bug list - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi
index fe9ed743d..0cab4fad7 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -387,9 +387,9 @@ if ($cgi->param('cmdtype') eq "dorem") {
scalar $cgi->param('sharer_id'));
# If this is the user's own query, remember information about it
# so that it can be modified easily.
+ $vars->{'searchname'} = $cgi->param('namedcmd');
if (!$cgi->param('sharer_id') ||
$cgi->param('sharer_id') == Bugzilla->user->id) {
- $vars->{'searchname'} = $cgi->param('namedcmd');
$vars->{'searchtype'} = "saved";
}
$params = new Bugzilla::CGI($buffer);