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, gridColumnUpdate: true,
galleryViewGet: true, galleryViewGet: true,
kanbanViewGet: true, kanbanViewGet: true,
groupedDataList: true,
// old // old
xcTableAndViewList: true, xcTableAndViewList: true,
@ -188,6 +189,7 @@ export default {
alleryViewGet: true, alleryViewGet: true,
kanbanViewGet: true, kanbanViewGet: true,
groupedDataList: true,
xcTableAndViewList: true, xcTableAndViewList: true,
xcVirtualTableList: true, xcVirtualTableList: true,
@ -239,6 +241,7 @@ export default {
galleryViewGet: true, galleryViewGet: true,
kanbanViewGet: true, kanbanViewGet: true,
groupedDataList: true,
mmList: true, mmList: true,
hmList: true, hmList: true,

Loading…
Cancel
Save