From 962dc21084f310696bd281c18de9ce476d6438c5 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 21 Sep 2022 15:36:41 +0800 Subject: [PATCH] feat(nocodb): add kanbanViewGet --- packages/nocodb/src/lib/utils/projectAcl.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/nocodb/src/lib/utils/projectAcl.ts b/packages/nocodb/src/lib/utils/projectAcl.ts index cf0b1f91b8..febd74fb57 100644 --- a/packages/nocodb/src/lib/utils/projectAcl.ts +++ b/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,