Browse Source

fix: allow base user invite for all users but restrict with roles lower than or equal

pull/9348/head
Pranav C 3 months ago
parent
commit
8e6d3e7a63
  1. 2
      packages/nocodb/src/utils/acl.ts

2
packages/nocodb/src/utils/acl.ts

@ -230,6 +230,8 @@ const rolePermissions:
commentList: true,
commentsCount: true,
auditListRow: true,
userInvite: true,
},
},
[ProjectRoles.COMMENTER]: {

Loading…
Cancel
Save