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

Improved error handling

georgringer opened this issue · comments

Extension version

6.x

Short problem description

if there is an error in the registration, it is not really clear how to differ between success + error

Bildschirmfoto 2024-03-11 um 08 38 03

suggestion:

  • add to the view the variable $result (checking currently saveRegistrationResultAction)
  • add also error=1 if one of the RegistrationResult::REGISTRATION_FAILED issues to the view

Done. Will be included in v6 + v7