tilleuls/acl-sonata-admin-extension-bundle
Composer 安装命令:
composer require tilleuls/acl-sonata-admin-extension-bundle
包简介
ACL list filtering for SonataAdmin
README 文档
README
This bundle provides ACL list filtering for SonataAdminBundle. When enabled, list screens only display data the logged in user has right to view.
This bundle is a good complementary of the SonataAdminBundle ACL editor.
Install
Be sure that SonataAdminBundle is working and has ACL enabled.
Install this bundle using composer:
composer require tilleuls/acl-sonata-admin-extension-bundle
Register the bundle in your AppKernel:
// app/AppKernel.php public function registerBundles() { return array( // ... new CoopTilleuls\Bundle\AclSonataAdminExtensionBundle\CoopTilleulsAclSonataAdminExtensionBundle(), // ... ); }
Enable
This extension is automatically enabled for all admins.
TODO
- Test with other DBMSs than MySQL
- Write tests
Credits
Created by Kévin Dunglas for Les-Tilleuls.coop.
统计信息
- 总下载量: 33.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 46
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-08-28