Browse Source

fix: remove duplicate permission from acl

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/7179/head
Pranav C 12 months ago
parent
commit
ce29620138
  1. 1
      packages/nocodb/src/utils/acl.ts

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

@ -223,7 +223,6 @@ const rolePermissions:
relationDataRemove: true,
relationDataAdd: true,
nestedDataList: true,
nestedDataLink: true,
nestedDataUnlink: true,
// TODO add ACL with base scope

Loading…
Cancel
Save