improve phpspreadsheet participations list export

This commit is contained in:
2019-07-18 12:12:59 +02:00
parent 59668f45a2
commit be37d9d73a
4 changed files with 132 additions and 150 deletions

View File

@@ -41,9 +41,3 @@ chill_event__list_by_person:
defaults: { _controller: "ChillEventBundle:Event:listByPerson" }
methods: [ GET ]
chill_event__event_export_participations:
path: /{event_id}/export/participations
defaults: { _controller: "ChillEventBundle:Event:exportParticipations" }
requirements:
event_id: \d+
methods: [ GET, POST ]