Commit 43b17e5f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 365254: When running a shared saved search, its name is not displayed at the…

Bug 365254: When running a shared saved search, its name is not displayed at the top of the bug list - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=justdave
parent f0711437
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment