Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
9ccfac27
Commit
9ccfac27
authored
Jul 22, 2016
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'preserve_repo_ref_param' into 'master'
Fix missing repo_ref param Closes #19444 See merge request !5435
parents
3f7ac288
34c0d2e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/helpers/search_helper.rb
app/helpers/search_helper.rb
+2
-1
No files found.
app/helpers/search_helper.rb
View file @
9ccfac27
...
...
@@ -112,7 +112,8 @@ module SearchHelper
search:
params
[
:search
],
project_id:
params
[
:project_id
],
group_id:
params
[
:group_id
],
scope:
params
[
:scope
]
scope:
params
[
:scope
],
repository_ref:
params
[
:repository_ref
]
}
options
=
exist_opts
.
merge
(
options
)
...
...
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