-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
AfterCacheableContentIsGeneratedListener overwrites TYPOSCRIPT generated meta title. #678
Comments
Hi, it was not intended, this should work only if you set it explicitly. |
@Fanor51 I will take a look, but this condition is for other types of responses. |
Hi @Fanor51, we decided with Łukasz, that we put this feature behind flag for now, because of needed migration. You would like to use this feature in your app, you should migrate to PageTitle API (register custom Provider) |
Hallo @twoldanski & @lukaszuznanski , thanks for the help. Thanks! |
@twoldanski How should we proceed with the issue? Can I test something else or should I close this or will you do it there? Fabio |
@Fanor51 issue will be automatically closed after merge. You can apply this patch right now if you want, and old behavior should apply if flag is not enabled. |
Version(s)
PHP: 8.2.11
TYPO3: v12.4.7
Headless: v4.2.2
Description
Hello,
I ran in the issue that my meta page titles in plugins, which are setted via typoscript and record values, are overwritten by the Page Title. I saw the changes in 4.2.2 here with the support for the PageTitle Provider (https://github.com/TYPO3-Headless/headless/pull/628/files) and my question is if this was intended to remove the TS Support?
("Fahrzeugangebot" is the page title on which the "show" action is located.)
This Condition :
breaks it in my case. With the negation this works.
My TYPOSCRIPT looks like this and is loaded after the headless TYPOSCRIPT
For the other fields it looks still good.
So my question is: Was this intended or is this a bug? Do i need to refactor this and add page title providers to controller/record titles ?
If this is a bug i can create a PR with a in my eyes bugfix.
Thanks for your work and support on this!
Best Regards
Fabio
The text was updated successfully, but these errors were encountered: