Actions
Bug #98434
closedExtension assets are not exported with Composer installers v4 on Windows platform
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
composer
Target version:
-
Start date:
2022-09-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When TYPO3 is installed using typo3/cms-composer-installers v4, the public resources of each extension are supposed to be made available in the _assets directory as symlinks.
This works as expected on Unix systems.
However, running Composer on Windows OS, the installation finishes without any errors, but no symlinks are created in the _assets folder at all.
Actions