Skip to content

Commit

Permalink
fix: hub:project:edit allowed on both prem and basic licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
benstoltz committed Jun 26, 2024
1 parent b00b2df commit 3e0ca7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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 @@ -65,6 +65,7 @@ export const ProjectPermissionPolicies: IPermissionPolicy[] = [
dependencies: ["hub:project"],
authenticated: true,
entityEdit: true,
licenses: ["hub-premium", "hub-basic"],
},
{
permission: "hub:project:delete",
Expand Down

0 comments on commit 3e0ca7f

Please sign in to comment.