From 8e6d3e7a63b3e4d896cee44c94a4db1349fc49bc Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 27 Aug 2024 19:58:12 +0000 Subject: [PATCH] fix: allow base user invite for all users but restrict with roles lower than or equal --- packages/nocodb/src/utils/acl.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/nocodb/src/utils/acl.ts b/packages/nocodb/src/utils/acl.ts index 65443e3e9e..d4a4f23cf3 100644 --- a/packages/nocodb/src/utils/acl.ts +++ b/packages/nocodb/src/utils/acl.ts @@ -230,6 +230,8 @@ const rolePermissions: commentList: true, commentsCount: true, auditListRow: true, + + userInvite: true, }, }, [ProjectRoles.COMMENTER]: {