mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
Rename PickEventType to PickEventTypeType for type of events
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
namespace Chill\EventBundle\Form;
|
||||
|
||||
use Chill\EventBundle\Form\Type\PickEventType;
|
||||
use Chill\EventBundle\Form\Type\PickEventTypeType;
|
||||
use Chill\MainBundle\Templating\TranslatableStringHelper;
|
||||
use Chill\MainBundle\Entity\User;
|
||||
use Chill\MainBundle\Entity\Center;
|
||||
@@ -110,7 +110,9 @@ class EventType extends AbstractType
|
||||
);
|
||||
},
|
||||
))
|
||||
->add('type', PickEventType::class)
|
||||
->add('type', PickEventTypeType::class, array(
|
||||
'placeholder' => ''
|
||||
))
|
||||
->add('moderator', UserPickerType::class, array(
|
||||
'center' => $options['center'],
|
||||
'role' => $options['role'],
|
||||
|
Reference in New Issue
Block a user