diff --git a/packages/nocodb/src/lib/utils/projectAcl.ts b/packages/nocodb/src/lib/utils/projectAcl.ts index 9fac3569e0..3313b62fcc 100644 --- a/packages/nocodb/src/lib/utils/projectAcl.ts +++ b/packages/nocodb/src/lib/utils/projectAcl.ts @@ -116,7 +116,13 @@ export default { xcModelRowAuditAndCommentList: true, xcAuditCommentInsert: true, xcAuditModelCommentsCount: true, - xcExportAsCsv: true + xcExportAsCsv: true, + + bulkDataInsert: true, + bulkDataUpdate: true, + bulkDataUpdateAll: true, + bulkDataDelete: true, + bulkDataDeleteAll: true }, commenter: { formViewGet: true,