mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
Merge branch 'admin-permissionsgroup-templates' into 'master'
Improve permissionsgroup page in admin templates See merge request Chill-Projet/chill-bundles!504
This commit is contained in:
@@ -88,6 +88,7 @@ class ComposedRoleScopeType extends AbstractType
|
||||
])
|
||||
->add('scope', EntityType::class, [
|
||||
'class' => Scope::class,
|
||||
'placeholder' => 'Choose amongst scopes',
|
||||
'choice_label' => static function (Scope $scope) use ($translatableStringHelper) {
|
||||
return $translatableStringHelper->localize($scope->getName());
|
||||
},
|
||||
|
Reference in New Issue
Block a user