Browse Source

fix: allow editor to edit attachment field

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1802/head
Wing-Kam Wong 2 years ago
parent
commit
1f86f7245d
  1. 3
      packages/nocodb/src/lib/utils/projectAcl.ts

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

@ -127,7 +127,8 @@ export default {
bulkDataDeleteAll: true,
relationDataRemove: true,
relationDataAdd: true,
dataCount: true
dataCount: true,
upload: true
},
commenter: {
formViewGet: true,

Loading…
Cancel
Save