Actions
Bug #99387
closed@import with *.tsconfig wildcard does not work
Start date:
2022-12-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Following code does no longer include the corresponding *.tsconfig
files:
ExtensionManagementUtility::addUserTSConfig( "@import 'EXT:sitepackage/Configuration/TSconfig/User/*.tsconfig'" );
Updated by Oliver Bartsch almost 2 years ago
- Related to Feature #97816: New TypoScript parser added
Updated by Christian Kuhn almost 2 years ago
- Assignee set to Christian Kuhn
thx. good catch. will take care.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/77261
Updated by Christian Kuhn almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 98c3d5e0b5d9a740eedaf804463b7ea9f4eff242.
Actions