Project

General

Profile

Actions

Bug #89492

closed

Saving the site configuration after changing it in the yaml overrides the manual change

Added by Kevin Appelt over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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.

How can I reproduce the issue?
  1. change the config.yaml (e.g. add a routeEnhancer)
  2. do not clear the cache
  3. open the sites module
  4. open the edited config and click save (no changes!).
    Result: The change to the file is now removed.
How can I not reproduce the issue?
  1. change the config.yaml (e.g. add a routeEnhancer)
  2. clear the cache
  3. open the sites module
  4. 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

Also available in: Atom PDF