4 Commits

Author SHA1 Message Date
61be9ca943 use '@foo/bar.html.twig' syntax in twig templates 2020-09-06 20:32:46 +02:00
c1b9069138 fix the possibility to add multiple participation
ref #6
2016-04-11 23:59:14 +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
bcfa2c2131 bootstrapping tests 2016-04-09 23:44:40 +02:00