Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
2f7d085d
Commit
2f7d085d
authored
May 03, 2013
by
David Lawrence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 652625 - Empty queries still get run because the list_id parameter is added to them
r/a=mkanat
parent
bd1b0779
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CGI.pm
Bugzilla/CGI.pm
+3
-1
No files found.
Bugzilla/CGI.pm
View file @
2f7d085d
...
@@ -438,7 +438,9 @@ sub redirect_search_url {
...
@@ -438,7 +438,9 @@ sub redirect_search_url {
$self
->
clean_search_url
();
$self
->
clean_search_url
();
if
(
$user
->
id
)
{
# Make sure we still have params still after cleaning otherwise we
# do not want to store a list_id for an empty search.
if
(
$user
->
id
&&
$self
->
param
)
{
# Insert a placeholder Bugzilla::Search::Recent, so that we know what
# Insert a placeholder Bugzilla::Search::Recent, so that we know what
# the id of the resulting search will be. This is then pulled out
# the id of the resulting search will be. This is then pulled out
# of the Referer header when viewing show_bug.cgi to know what
# of the Referer header when viewing show_bug.cgi to know what
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment