derhansen / sf_event_mgt

An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Add event in ExportService

georgringer opened this issue · comments

It would be great to have an Event in ExportService::downloadRegistrationsCsv to modify the filename (plus a final way to modify the csv content)

I usually overwrite the function by xclass or add a completely new one (e.g. if export format should be .xlsx), but a new PSR-14 event here is no problem.

I patch it myself as well but using Events is soo nice and easy that I prefer that ;)

Will be included in version 7.3.2