From c5aebecbab5be65ed4fb93c50cca21dc57e62c19 Mon Sep 17 00:00:00 2001 From: Slavik Date: Fri, 2 Feb 2024 21:17:05 -0500 Subject: [PATCH] ACL: move isPluginActive from CREATOR to VIEWER; fixes 7535 this change will enable VIEWER to receive emails, whenever new entry added via FORM --- packages/nocodb/src/utils/acl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nocodb/src/utils/acl.ts b/packages/nocodb/src/utils/acl.ts index 78e60cb544..83ae16bcdb 100644 --- a/packages/nocodb/src/utils/acl.ts +++ b/packages/nocodb/src/utils/acl.ts @@ -255,6 +255,7 @@ const rolePermissions: passwordChange: true, baseList: true, testConnection: true, + isPluginActive: true, }, }, [OrgUserRoles.CREATOR]: { @@ -267,7 +268,6 @@ const rolePermissions: userInviteResend: true, upload: true, uploadViaURL: true, - isPluginActive: true, baseCreate: true, duplicateSharedBase: true, },