Browse Source

Fix roles table

`editor`s can add/udpate/delete table records.
pull/9105/head
Salim B 4 months ago committed by GitHub
parent
commit
a2c0e547aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/noco-docs/docs/110.roles-and-permissions/010.roles-permissions-overview.md

2
packages/noco-docs/docs/110.roles-and-permissions/010.roles-permissions-overview.md

@ -96,7 +96,7 @@ to override at base level.
#### Record operations
| Task | Owner | Creator | Editor | Commenter | Viewer |
|---------------------------------|:-----:|:-------:|:------:|:---------:|:------:|
| Add / modify / delete record | ✔ | ✔ | | | |
| Add / modify / delete record | ✔ | ✔ | | | |
| View & add comment on a record | ✔ | ✔ | ✔ | ✔ | |
| View record | ✔ | ✔ | ✔ | ✔ | ✔ |

Loading…
Cancel
Save