Administration is broken due to a critical error with removed theme config values #9988
Labels
needs-triage
A newly created issue or PR that needs team assignment and/or prioritization.
Platform(Default)
Shopware Version
6.7Rc5
Affected area / extension
Platform(Default)
Actual behaviour
If a theme config value is changed (and then stored in 'config_values') a critical error occured when the value is removed from the base_config (via. update for e.g.)
This is very critical because it denies the removal of outdated config values.
Thats because of a missing null check in the THemeService.php an the 'type'-key
Expected behaviour
A null check should be implemented.
How to reproduce
Definition of Done
The text was updated successfully, but these errors were encountered: