Commit 9ccfac27 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'preserve_repo_ref_param' into 'master'

Fix missing repo_ref param

Closes #19444

See merge request !5435
parents 3f7ac288 34c0d2e3
......@@ -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)
......
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