Actions
Bug #89492
closedSaving the site configuration after changing it in the yaml overrides the manual change
Start date:
2019-10-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
What's the issue?
In some cases a change made directly to the config.yaml of the site configuration will be overwritten when the configuration is saved via the backend module.
- change the config.yaml (e.g. add a routeEnhancer)
- do not clear the cache
- open the sites module
- open the edited config and click save (no changes!).
Result: The change to the file is now removed.
- change the config.yaml (e.g. add a routeEnhancer)
- clear the cache
- open the sites module
- open the edited config and click save (no changes!).
Result: The change to the file still exists (but may have been moved around).
Result
The important step is "clear the cache". If the cache is deactivated, the error does not occur either.
Actions