Julien Fastré 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

17 lines
542 B
YAML

chill_event_participation_new:
path: /new
defaults: { _controller: ChillEventBundle:Participation:new }
chill_event_participation_create:
path: /create
defaults: { _controller: ChillEventBundle:Participation:create }
chill_event_participation_edit:
path: /{participation_id}/edit
defaults: { _controller: ChillEventBundle:Participation:edit }
chill_event_participation_update:
path: /{participation_id}/update
defaults: { _controller: ChillEventBundle:Participation:update }
methods: [POST]