hypejunction / roles_crud
Implement CRUD shortcuts for roles
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- php: >=5.5
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2020-01-29 04:15:46 UTC
README
Features
- Admin interface for configuring Create, Update, Read and Delete permissions
Notes
Inheritance
Capabilities defined via this plugin are not inherited by extending roles, so they should be configured for each roles individually.
ToDo
- Add canComment permissions
- Add canAnnotate permissions