phpSpreadsheet export participations list for an event

This commit is contained in:
2019-07-17 17:30:46 +02:00
parent c26b4f1ae7
commit 59668f45a2
5 changed files with 220 additions and 9 deletions

View File

@@ -46,4 +46,4 @@ chill_event__event_export_participations:
defaults: { _controller: "ChillEventBundle:Event:exportParticipations" }
requirements:
event_id: \d+
methods: [ GET ]
methods: [ GET, POST ]