mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 17:13:49 +00:00
Fixed: [scope] api, picker and admin form consider 'active' property
* add active field in admin scope form * issue: https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/675
This commit is contained in:
@@ -625,6 +625,7 @@ class ChillMainExtension extends Extension implements
|
||||
],
|
||||
[
|
||||
'class' => \Chill\MainBundle\Entity\Scope::class,
|
||||
'controller' => \Chill\MainBundle\Controller\ScopeApiController::class,
|
||||
'name' => 'scope',
|
||||
'base_path' => '/api/1.0/main/scope',
|
||||
'base_role' => 'ROLE_USER',
|
||||
|
Reference in New Issue
Block a user