Commit 43670618 authored by Samantha Ming's avatar Samantha Ming

Pass param to add support for private groups

parent 3983ee99
......@@ -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