Skip to content

Commit

Permalink
fix: initiatives can be edited by premium and basic users (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
benstoltz authored Mar 26, 2024
1 parent 9831bf5 commit 9dce7d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 31 deletions.
48 changes: 18 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ export const InitiativePermissionPolicies: IPermissionPolicy[] = [
},
{
permission: "hub:initiative:edit",
dependencies: ["hub:initiative"],
services: ["portal"],
authenticated: true,
entityEdit: true,
licenses: ["hub-premium", "hub-basic"],
},
{
permission: "hub:initiative:delete",
Expand Down

0 comments on commit 9dce7d0

Please sign in to comment.