Completed
Push — master ( 408d98...51be17 )
by Jan
04:01
created
src/Form/BaseEntityAdminForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
             ->add('not_selectable', CheckboxType::class, ['required' => false,
74 74
                 'label' => 'not_selectable.label', 'help' => 'not_selectable.help', 'label_attr'=> ['class' => 'checkbox-custom'],
75
-                'disabled' => !$this->security->isGranted($is_new ? 'create' : 'edit', $entity) ])
75
+                'disabled' => !$this->security->isGranted($is_new ? 'create' : 'edit', $entity)])
76 76
 
77 77
             ->add('comment', CKEditorType::class, ['required' => false,
78 78
                 'label' => 'comment.label', 'attr' => ['rows' => 4], 'help' => 'bbcode.hint',
Please login to merge, or discard this patch.