mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
Integration code generated
This commit is contained in:
@@ -15,10 +15,10 @@ class ActivityType extends AbstractType
|
||||
public function buildForm(FormBuilderInterface $builder, array $options)
|
||||
{
|
||||
$builder
|
||||
->add('date')
|
||||
->add('date', 'date', array('widget' => 'single_text', 'format' => 'dd-MM-yyyy'))
|
||||
->add('durationTime')
|
||||
->add('remark')
|
||||
->add('attendee')
|
||||
->add('attendee', 'checkbox', array('required' => false))
|
||||
->add('user')
|
||||
//->add('scope')
|
||||
//->add('reason')
|
||||
|
Reference in New Issue
Block a user