Browse Source

Merge pull request #1685 from mertmit/bulk-permissions

fix: add bulk api permissions to editor
pull/1697/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
2f41530ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      packages/nocodb/src/lib/utils/projectAcl.ts

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

@ -116,7 +116,13 @@ export default {
xcModelRowAuditAndCommentList: true, xcModelRowAuditAndCommentList: true,
xcAuditCommentInsert: true, xcAuditCommentInsert: true,
xcAuditModelCommentsCount: true, xcAuditModelCommentsCount: true,
xcExportAsCsv: true xcExportAsCsv: true,
bulkDataInsert: true,
bulkDataUpdate: true,
bulkDataUpdateAll: true,
bulkDataDelete: true,
bulkDataDeleteAll: true
}, },
commenter: { commenter: {
formViewGet: true, formViewGet: true,

Loading…
Cancel
Save