Browse Source

fix: add missing filterList for viewers

pull/3234/head
Wing-Kam Wong 2 years ago
parent
commit
96d4fd1328
  1. 3
      packages/nocodb/src/lib/utils/projectAcl.ts

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

@ -211,6 +211,7 @@ export default {
// sort & filter
sortList: true,
filterList: true,
projectInfoGet: true,
galleryViewGet: true,
@ -240,7 +241,7 @@ export default {
indexList: true,
list: true,
xcExportAsCsv: true,
dataCount: true,
dataCount: true
},
user_new: {
passwordChange: true,

Loading…
Cancel
Save