1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

Add execute automation to basic user / write permission set

This commit is contained in:
Rory Powell 2022-05-12 17:35:31 +01:00
parent c754bc5334
commit c9b199570a

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: {