Actions
Bug #104191
closedA call to TYPO3\CMS\Core\Page\AssetCollector->addStyleSheet() is interpreted incorrectly
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2024-06-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A call to
$assetCollector->addStyleSheet()
triggers the following issues in "Scan Extension Files":
- Deprecation: #85735 - Various method and property in DocumentTemplate
- Breaking: #87193 - Deprecated functionality removed
This seems to be wrong, because TYPO3\CMS\Core\Page\AssetCollector->addStyleSheet()
is not related to TYPO3\CMS\Backend\Template\DocumentTemplate->addStyleSheet()
.
Actions