Adding validation for the event

This commit is contained in:
Marc Ducobu
2016-03-24 14:33:44 +01:00
9 changed files with 148 additions and 33 deletions

View File

@@ -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]