Project

General

Profile

Actions

Bug #103232

open

fileadmin is created 2 times in new setup

Added by Philipp Wrann 2 months ago. Updated 2 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
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" 
    }
}

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #103000: Running the cli command extension:setup causes duplicated fileadminNeeds Feedback2024-01-31

Actions
Actions #1

Updated by Philipp Wrann 2 months ago

Seems to be a duplicate: https://forge.typo3.org/issues/103000

Issues could be merged i guess.

Actions #2

Updated by Riccardo De Contardi 22 days ago

  • Related to Bug #103000: Running the cli command extension:setup causes duplicated fileadmin added
Actions

Also available in: Atom PDF