Browse Source

Merge pull request #6236 from nocodb/fix/filterChildrenList

fix(nocodb): allow filterChildrenList to editor role
pull/6250/head
Raju Udava 1 year ago committed by GitHub
parent
commit
0af20eeec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/nocodb/src/utils/projectAcl.ts

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

@ -135,6 +135,7 @@ const rolePermissions = {
filterDelete: true,
filterGet: true,
filterChildrenRead: true,
filterChildrenList: true,
mmList: true,
hmList: true,

Loading…
Cancel
Save