Actions
Bug #103232
closedfileadmin is created 2 times in new setup
Start date:
2024-02-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
starting a whole new project with the following composer.json results in duplicated fileadmin storages.
{
"name": "local/test",
"description": "just a test",
"type": "project",
"license": "GPL-2.0-or-later",
"repositories": {
"typo3": {
"type": "composer",
"url": "https://composer.typo3.org/"
}
},
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
},
"require": {
"typo3/minimal": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-seo": "^12.4",
"typo3/cms-filemetadata": "^12.4",
"typo3/cms-beuser": "^12.4",
"typo3/cms-tstemplate": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-form": "^12.4",
"typo3/cms-info": "^12.4",
"typo3/cms-lowlevel": "^12.4"
}
}
Updated by Philipp Wrann 9 months ago
Seems to be a duplicate: https://forge.typo3.org/issues/103000
Issues could be merged i guess.
Updated by Riccardo De Contardi 7 months ago
- Related to Bug #103000: Running the cli command extension:setup causes duplicated fileadmin added
Actions