oliverklee / ext-seminars

TYPO3 extension "seminars"
https://www.oliverklee.de/typo3-services/seminarmanager/
GNU General Public License v2.0
6 stars 20 forks source link

Avoid a crash/exception if the confirm action gets a null event record #2532

Open oliverklee opened 1 year ago

oliverklee commented 1 year ago

Exception handler (WEB): Uncaught TYPO3 Exception: #1298012500: Required argument "event" is not set for OliverKlee\Seminars\Controller\EventRegistrationController->confirm. | TYPO3\CMS\Extbase\Mvc\Controller\Exception\RequiredArgumentMissingException thrown in file …/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php in line 1048. Requested URL: https://www.example.com/ego-state-therapie/seminare-supervision/anmeldung/?tx_seminars_eventregistration%5Baction%5D=confirm&tx_seminars_eventregistration%5Bcontroller%5D=EventRegistration&cHash=…

oliverklee commented 1 year ago

We can also provide the event as a GET parameter instead.