1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Merge pull request #5858 from Budibase/fix/5841

Add execute automation to basic user / write permission set
This commit is contained in:
Martin McKeaveney 2022-05-12 18:24:07 +01:00 committed by GitHub
commit 7bc556abf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ const BUILTIN_PERMISSIONS = {
new Permission(PermissionTypes.QUERY, PermissionLevels.WRITE),
new Permission(PermissionTypes.TABLE, PermissionLevels.WRITE),
new Permission(PermissionTypes.VIEW, PermissionLevels.READ),
new Permission(PermissionTypes.AUTOMATION, PermissionLevels.EXECUTE),
],
},
POWER: {