Browse Source

Update acl.ts to allow editor to import excel files

Allow editors to import excel files via the top menu.
pull/7043/head
cedstrom 1 year ago committed by GitHub
parent
commit
ffdc91d3ba
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