Bug #91984
openExtension configuration prefills from AdditionalConfiguration and saves values to LocalConfiguration, behaving different than the normal configuration UI
0%
Description
Our extensions use ext_conf_template.txt
to define extension settings.
Some settings for the development systems are overriden in a local devevelopment AdditionalConfiguration.
When changing the extension configuration in the backend UI the fields get prefilled with the values from AdditionalConfiguration and are moved to LocalConfiguration when hiting "save".
This is a major issue if the live system should use the values from LocalConfiguration which then suddenly are overriden with local dev values.
The etension configuration should use the same mechanims as the regular configuration and show a message like this:
Note that $GLOBALS['TYPO3_CONF_VARS'] currently contains a different value. This could mean that the value is overwritten in AdditionalConfiguration.php.
Updated by Franz Holzinger about 2 years ago
- Related to Feature #88521: Incoherent settings interface: Presets don't show "non-final" warning while Site-Wide Configuration does added
Updated by Franz Holzinger about 2 years ago
- Related to Bug #99434: Keep the $GLOBALS variables unto redirect to install tool added