Browse Source

fix(nocodb): allow filterChildrenList to editor role

pull/6236/head
Wing-Kam Wong 1 year ago
parent
commit
190b60c100
  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