Actions
Bug #91841
closedTypoScript "module" configuration ignored in Symfony Commands
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.
Updated by Georg Ringer 5 months 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