Browse Source

Merge pull request #7043 from cedstrom/patch-1

fix: Update acl.ts to allow editor to import excel files
pull/7076/head
աӄա 12 months ago committed by GitHub
parent
commit
eec66d30d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/nc-gui/lib/acl.ts

1
packages/nc-gui/lib/acl.ts

@ -84,6 +84,7 @@ const rolePermissions = {
filterChildrenRead: true,
viewFieldEdit: true,
csvTableImport: true,
excelTableImport: true,
},
},
[ProjectRoles.COMMENTER]: {

Loading…
Cancel
Save