Skip to content

Commit

Permalink
FUTURE PR: make share permission default when resharing is on configu…
Browse files Browse the repository at this point in the history
…rable II
  • Loading branch information
diocas committed Nov 3, 2022
1 parent ac9a730 commit 3a141a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-client/src/helpers/share/role.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ export const peopleRoleEditorFolder = new PeopleShareRole(
SharePermissions.read,
SharePermissions.update,
SharePermissions.create,
SharePermissions.delete,
SharePermissions.share
SharePermissions.delete
]
)
export const peopleRoleCustomFile = new CustomShareRole(
Expand All @@ -181,7 +180,8 @@ export const peopleRoleCustomFolder = new CustomShareRole(
SharePermissions.read,
SharePermissions.update,
SharePermissions.create,
SharePermissions.delete
SharePermissions.delete,
SharePermissions.share
]
)
export const peopleRoleDenyFolder = new PeopleShareRole(
Expand Down

0 comments on commit 3a141a1

Please sign in to comment.