Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Hand event to view if failed #1168

Closed
wants to merge 1 commit into from

Conversation

georgringer
Copy link
Contributor

Even if failed the event should be handed to the view

Even if failed the event should be handed to the view
@derhansen
Copy link
Owner

Thanks for your PR. As discussed on TYPO3 slack, this may lead to a nullpointer exception, if the hmac check failed or if the event is hidden.

When the confirmation date expired, the event is available via the $registration variable. So basically, you can check in Fluid template as following <f:if condition="{event} || {registration.event}">Show event related data...</f:if>.

I therefore close the PR.

@derhansen derhansen closed this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants