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
1 merge request!5435fix missing repo_ref param
Loading
@@ -112,7 +112,8 @@ module SearchHelper
Loading
@@ -112,7 +112,8 @@ module SearchHelper
search: params[:search], search: params[:search],
project_id: params[:project_id], project_id: params[:project_id],
group_id: params[:group_id], group_id: params[:group_id],
scope: params[:scope] scope: params[:scope],
repository_ref: params[:repository_ref]
} }
   
options = exist_opts.merge(options) options = exist_opts.merge(options)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment