From 43b17e5fc7f29f6d4f952ba6fc83902a497a6fc8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 29 Dec 2006 10:15:21 +0000 Subject: 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 r/a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') 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); -- cgit v1.2.3-24-g4f1b