b49264aec4
fix logger service dependency injection
2021-03-04 16:13:34 +01:00
8029b9b8ff
Replace deprecated extends Controller by AbstractController
2021-02-01 18:17:33 +01:00
7730f732ed
fix error with getInt() and inject PaginatorFactory service in EventController
2020-08-04 12:23:10 +02:00
e785b36709
fix redirection when only one participation edit
2020-06-10 11:58:08 +02:00
c3012b7f8a
remove dump()
2020-01-08 11:44:41 +01:00
30e0c663dc
adding remove event feature
2019-11-29 15:13:36 +01:00
8618efc35a
adding remove participation method
2019-11-28 16:38:03 +01:00
8c3c9c4a1f
new participation: add optional return_path to POST request
2019-05-02 16:19:28 +02:00
5bcff0cba4
allow to add single participation with persons_ids
2016-05-17 21:04:14 +02:00
54ac8d052f
fix bug on redirection when all required participation already exists
...
When we request multiple participations on an event, and all people already
participate on the event, the controller redirected to a route which provoked
a bad request error. Now, we redirect to the view route.
2016-05-17 20:41:03 +02:00
78c53fe7b0
[feature] allow to edit multiple participations at once
...
ref #7
2016-04-12 22:40:11 +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
93a5568aee
splitting function in order to prepare single/multiple adding association
...
ref #6
2016-04-07 23:29:22 +02:00
Marc Ducobu
cf7f8a929b
Allow the modification of event + adding the prefix chill_even to all the route
2016-03-24 18:03:45 +01:00
993882e925
feature: update an existing participation
...
The update allow to modify the status and role of a participation.
ref #8
2016-03-24 14:18:03 +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