Actions
Bug #95202
closed"Undefined array key" warnings when adding CSS files with page.includeCSS
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Adding CSS files via Typoscript:
page.includeCSS { file10 = /path/to/my/file.css }
is causing "Undefined array key" warnings in the Frontend.
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71045
Updated by Jochen Roth about 3 years ago
Will be fixed with https://forge.typo3.org/issues/95082
Updated by Jochen Roth about 3 years ago
- Is duplicate of Bug #95082: Add fallback for undefined key in RequestHandler/TypoScriptFrontendController added
Updated by Anonymous about 3 years ago
- Status changed from Under Review to Resolved
Applied in changeset 717570d5377d3abaa7e427c07a0489119bdf465a.
Actions