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] Use addRootLineFields on v12.4 #1933

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

cweiske
Copy link
Contributor

@cweiske cweiske commented Feb 5, 2025

Commit "[BUGFIX] Avoid addRootLineFields on v13" prevented loading rootline fields on TYPO3 v12.4.26,
leading to a missing "nav_hide" field needed by the breadcrumb viewhelper.

We correctly check that it's a TYPO3 version less than 13, instead of less-or-equal than 12.4.

Related: 3b97202

Commit "[BUGFIX] Avoid addRootLineFields on v13" prevented
loading rootline fields on TYPO3 v12.4.26,
leading to a missing "nav_hide" field needed by the breadcrumb viewhelper.

We correctly check that it's a TYPO3 version less than 13,
instead of less-or-equal than 12.4.
@NamelessCoder
Copy link
Member

Ah, d'oh. Of course that version constraint would exclude anything above 12.4.0. Good catch, thanks!

@NamelessCoder NamelessCoder merged commit 41b11dc into FluidTYPO3:development Feb 5, 2025
16 checks passed
@cweiske cweiske deleted the navhide-v12 branch February 6, 2025 06:28
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