new/show/edit/delete/list functionality added for accompanyingperiod task

This commit is contained in:
2021-09-17 14:33:42 +02:00
parent 537518b66f
commit 6e3ce06fcf
15 changed files with 242 additions and 116 deletions

View File

@@ -48,11 +48,11 @@ class SingleTaskType extends AbstractType
'center' => $options['center'],
'role' => $options['role'],
'placeholder' => 'Not assigned'
])
])
->add('circle', ScopePickerType::class, [
'center' => $options['center'],
'role' => $options['role']
])
])
->add('startDate', ChillDateType::class, [
'required' => false
])
@@ -61,8 +61,7 @@ class SingleTaskType extends AbstractType
])
->add('warningInterval', DateIntervalType::class, [
'required' => false
])
;
]);
}
public function configureOptions(OptionsResolver $resolver)