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] Make preview renderer compatible with v12.4.17 #554

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

maikschneider
Copy link
Contributor

In TYPO3 v12.4.17 the method StandardContentPreviewRenderer::renderContentElementPreviewFromFluidTemplate has been changed. This PR makes the TtAddressPreviewRenderer compatible again.

@o-ba
Copy link

o-ba commented Jul 9, 2024

Thanks for the PR.

Fixes #553 #555

Copy link

@o-ba o-ba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually using different implementations for the versions might be better, because now we again have a different method signature when using tt_address with TYPO3 < 12.4.17. However due to the default value (null) this won't trigger the exception and should be sufficient for now.

@georgringer georgringer merged commit e909317 into FriendsOfTYPO3:master Jul 9, 2024
9 checks passed
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.

4 participants