Browse Source

fix: allow projectInfoGet permission for commenter/viewer role

re #1694

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/1697/head
Pranav C 2 years ago
parent
commit
5a86140d0c
  1. 2
      packages/nocodb/src/lib/utils/projectAcl.ts

2
packages/nocodb/src/lib/utils/projectAcl.ts

@ -142,6 +142,7 @@ export default {
hmList: true,
commentList: true,
commentRow: true,
projectInfoGet: true,
// data
dataList: true,
@ -185,6 +186,7 @@ export default {
// sort & filter
sortList: true,
projectInfoGet: true,
mmList: true,
hmList: true,

Loading…
Cancel
Save