Project

General

Profile

Actions

Bug #91841

closed

TypoScript "module" configuration ignored in Symfony Commands

Added by Anonymous almost 4 years ago. Updated 4 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-07-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
extbase
Complexity:
Is Regression:
Sprint Focus:

Description

module.tx_example {
  persistence {
    storagePid = 55
  }

  features {
    ignoreAllEnableFieldsInBe = 1
  }

}

In old times with CommandControllers, these settings were respected.

persistence
&
features

None of these settings are applied/respected when you use a Extbase repository inside a Symfony Command.

Actions #1

Updated by Georg Ringer 4 days ago

  • Status changed from New to Closed

I am closing this issue. the commandcontroller just fetched the TS from the 1st site but point is: in cli, there is no site selected, therefore this is correct

Actions

Also available in: Atom PDF