Browse Source

feat(nocodb): add kanbanViewGet

pull/3818/head
Wing-Kam Wong 2 years ago
parent
commit
962dc21084
  1. 3
      packages/nocodb/src/lib/utils/projectAcl.ts

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

@ -57,6 +57,7 @@ export default {
projectInfoGet: true,
gridColumnUpdate: true,
galleryViewGet: true,
kanbanViewGet: true,
// old
xcTableAndViewList: true,
@ -167,6 +168,7 @@ export default {
commentsCount: true,
galleryViewGet: true,
kanbanViewGet: true,
xcTableAndViewList: true,
xcVirtualTableList: true,
@ -215,6 +217,7 @@ export default {
projectInfoGet: true,
galleryViewGet: true,
kanbanViewGet: true,
mmList: true,
hmList: true,

Loading…
Cancel
Save