Actions
Bug #104345
closedComposer installation of a Root Package does not properly store packagePath
Status:
Closed
Priority:
Must have
Assignee:
Category:
composer
Target version:
Start date:
2024-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
The created PackageArtifact.php
file currently stores "//" as packagePath
for the composer root package. This path makes further usage buggy, for example with JavascriptModules resolvign the path "//" improperly.
Caused by https://review.typo3.org/c/Packages/TYPO3.CMS/+/84383 due to the removal of "handleRootPackage" in the loop of extensions.
Can be reproduced with any TYPO3 extension installation like https://github.com/eliashaeussler/typo3-warming
Happes in v12 and v13
Actions