Release 2.55 (#5907)
This commit is contained in:
@@ -95,13 +95,13 @@ class UserEditType extends AbstractType
|
||||
'label' => 'active',
|
||||
'help' => 'active.help'
|
||||
]);
|
||||
|
||||
$builder->add('systemAccount', YesNoType::class, [
|
||||
'label' => 'system_account',
|
||||
'help' => 'system_account.help',
|
||||
]);
|
||||
}
|
||||
|
||||
$builder->add('systemAccount', YesNoType::class, [
|
||||
'label' => 'system_account',
|
||||
'help' => 'system_account.help',
|
||||
]);
|
||||
|
||||
if ($options['include_supervisor']) {
|
||||
$builder->add('supervisor', UserType::class, [
|
||||
'required' => false,
|
||||
|
||||
Reference in New Issue
Block a user