Skip to content
Snippets Groups Projects
Commit 34c0d2e3 authored by barthc's avatar barthc
Browse files

fix missing repo_ref param

parent 033e5423
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment