Browse Source

fix(nocodb): missing acl roles kanban

#3852
pull/3563/head
Wing-Kam Wong 2 years ago
parent
commit
55a05f13e8
  1. 3
      packages/nocodb/src/lib/utils/projectAcl.ts

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

@ -75,6 +75,7 @@ export default {
gridColumnUpdate: true,
galleryViewGet: true,
kanbanViewGet: true,
groupedDataList: true,
// old
xcTableAndViewList: true,
@ -188,6 +189,7 @@ export default {
alleryViewGet: true,
kanbanViewGet: true,
groupedDataList: true,
xcTableAndViewList: true,
xcVirtualTableList: true,
@ -239,6 +241,7 @@ export default {
galleryViewGet: true,
kanbanViewGet: true,
groupedDataList: true,
mmList: true,
hmList: true,

Loading…
Cancel
Save