Fixed tristate inputs (used for permissions input)

This commit is contained in:
Jan Böhmer 2022-07-24 21:12:11 +02:00
parent f06ad01eb2
commit 9ed487c629
7 changed files with 67 additions and 35 deletions

View file

@ -97,6 +97,9 @@ class PermissionType extends AbstractType
'mapped' => false,
'label' => $operation['label'] ?? null,
'disabled' => $options['disabled'],
'label_attr' => [
'class' => 'checkbox-inline opacity-100',
],
]);
}