Download the PHP package sidus/eav-permission-bundle without Composer
On this page you can find all versions of the php package sidus/eav-permission-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sidus/eav-permission-bundle
More information about sidus/eav-permission-bundle
Files in sidus/eav-permission-bundle
Package eav-permission-bundle
Short Description Integrates attribute-level permissions based on roles for the Sidus/EAVModelBundle
License MIT
Homepage https://github.com/VincentChalnot/SidusEAVPermissionBundle
Informations about the package eav-permission-bundle
Sidus/EAVPermissionBundle Documentation
This bundle allows you to define role-based permissions for the Sidus/EAVModelBundle.
It supports permissions on families, attributes and EAVData through their families. (So no entity-level permissions)
Quick example
Roles are just meant as an example, there is no hard-coded role in this bundle.
`
Family permissions
There are no rules inside the EAVModelBundle that checks these permissions so it's up to you to check these through Symfony's security component: ``
Note |
---|
If you are using the EAV Manager these permissions are already checked for in datagrids and actions |
Attribute permissions
Attribute permissions are supported natively in the EAVModelBundle through the form component.
If no permission option is set, it means the attribute will be editable for everyone. If the attribute is readable but not editable, the form type will appear disabled
All versions of eav-permission-bundle with dependencies
symfony/symfony Version ^3.4|^4.0
sidus/eav-model-bundle Version 1.3.*|dev-v1.3-dev