mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
feature: update an existing participation
The update allow to modify the status and role of a participation. ref #8
This commit is contained in:
@@ -5,3 +5,12 @@ chill_event_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]
|
||||
|
Reference in New Issue
Block a user