7 Commits

Author SHA1 Message Date
ad8c1bbe9f sf4 deprecated: migrate Doctrine ORM mapping to annotation 2020-07-24 18:57:58 +02:00
9459d7a287 Allow to add multiple participation
The participationController accept a new parameter : `persons_ids`,
which must receive a comma-separated list of person ids. A participation
will be create for all those peoples.

The `new` and `create` actions does not allow to receive both
`person_id` and `persons_ids`.

Tests are added.

ref #6
2016-04-09 23:45:07 +02:00
a6d4cb5f5e remove var_dump 2016-03-25 00:07:34 +01:00
8db8c8925c add a link into section menu
Currently, the main link in section menu redirect
to a search which display the last events

ref #10
2016-03-24 15:19:23 +01:00
627b9fb08f add the possibility to add a participation of a person to an event
ref #5
2016-03-24 01:44:32 +01:00
d7fc04cdaa add fixtures for events
fix #17
2016-03-22 09:59:18 +01:00
11d58a457a initialize entities 2016-03-18 11:22:09 +01:00