@@ -72,7 +72,7 @@ |
||
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', |