We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to this deprecation in TYPO3 12.4 https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.4/Deprecation-100662-ConfigurationManager-getContentObject.html, there are several places in the code where, according to this Rector rule https://github.com/sabbelasichon/typo3-rector/blob/main/docs/all_rectors_overview.md#migrateconfigurationmanagergetcontentobjectrector this code can be changed:
- ... $this->configurationManager->getContentObject() ... + ... $this->request->getAttribute('currentContentObject') ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to this deprecation in TYPO3 12.4 https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.4/Deprecation-100662-ConfigurationManager-getContentObject.html, there are several places in the code where, according to this Rector rule https://github.com/sabbelasichon/typo3-rector/blob/main/docs/all_rectors_overview.md#migrateconfigurationmanagergetcontentobjectrector
this code can be changed:
The text was updated successfully, but these errors were encountered: