Skip to content

Commit

Permalink
fix(hub-teams): content teams membershipAccess set to everyone
Browse files Browse the repository at this point in the history
affects: @esri/hub-teams

Content teams, in well known teams, membership
  • Loading branch information
benstoltz committed Apr 15, 2021
1 parent 33b7f5b commit e645669
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/teams/src/well-known-teams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const WELLKNOWNTEAMS: IGroupTemplate[] = [
isViewOnly: false,
sortField: "modified",
sortOrder: "desc",
membershipAccess: "collaboration",
membershipAccess: "",
tags: [
"Hub Group",
"Hub Content Group",
Expand All @@ -132,7 +132,10 @@ export const WELLKNOWNTEAMS: IGroupTemplate[] = [
type: "content",
availableIn: ["basic"],
propertyName: "contentGroupId",
requiredPrivs: ["portal:user:createGroup"],
requiredPrivs: [
"portal:user:createGroup",
"portal:user:addExternalMembersToGroup"
],
titleI18n: "contentTitleBasic",
descriptionI18n: "contentDescBasic",
snippetI18n: "contentSnippetBasic"
Expand All @@ -143,6 +146,7 @@ export const WELLKNOWNTEAMS: IGroupTemplate[] = [
isViewOnly: false,
sortField: "modified",
sortOrder: "desc",
membershipAccess: "",
tags: ["Hub Group", "Hub Content Group", "Hub Site Group"]
},
{
Expand Down

0 comments on commit e645669

Please sign in to comment.