mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 00:53:48 +00:00
add the possibility to add a participation of a person to an event
ref #5
This commit is contained in:
@@ -143,8 +143,8 @@ class EventController extends Controller
|
||||
'centers' => $event->getCenter()
|
||||
));
|
||||
|
||||
$builder->add('center_id', HiddenType::class, array(
|
||||
'data' => $event->getCenter()->getId()
|
||||
$builder->add('event_id', HiddenType::class, array(
|
||||
'data' => $event->getId()
|
||||
));
|
||||
|
||||
$builder->add('submit', SubmitType::class,
|
||||
|
Reference in New Issue
Block a user