Commit 3a779204 authored by Phil Hughes's avatar Phil Hughes

Merge branch '28902-pass-new-param' into 'master'

Pass shared_visible_only param on the FE

See merge request gitlab-org/gitlab!61428
parents b2c32297 43670618
......@@ -148,6 +148,7 @@ export default {
skip_groups: this.skipGroupIds,
...(hasTerm ? { search: term } : {}),
with_shared: true,
shared_visible_only: true,
shared_min_access_level: DEVELOPER_ACCESS_LEVEL,
});
}
......
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