We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have checked that the bug exists in the dev-development branch Yes
dev-development
I have checked that there are no already open issues or recently closed issues about this bug Yes
Describe the bug We use code in file ext_tables.php of EXT:testext :
ext_tables.php
EXT:testext
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScriptSetup( '<INCLUDE_TYPOSCRIPT: source="FILE:EXT:testext/Configuration/TypoScript/Backend/setup.typoscript">' );
and setup.typoscript contains
setup.typoscript
module.tx_testext { settings { test = 123 } }
Those settings are not available in be module actions when current EXT:flux (93241db6e5d0fcc00fc092b5926052786d5be82f) is installed
To Reproduce Steps to reproduce the behavior:
$this->settings
Expected behavior I want to use my settings in be module
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have checked that the bug exists in the
dev-development
branchYes
I have checked that there are no already open issues or recently closed issues about this bug
Yes
Describe the bug
We use code in file
ext_tables.php
ofEXT:testext
:and
setup.typoscript
containsThose settings are not available in be module actions when current EXT:flux (93241db6e5d0fcc00fc092b5926052786d5be82f) is installed
To Reproduce
Steps to reproduce the behavior:
$this->settings
in action of be moduleExpected behavior
I want to use my settings in be module
The text was updated successfully, but these errors were encountered: