- Issue created by @lars.stiebenz
- Merge request !90Issue #3471559: use saved configuration in settings form → (Open) created by lars.stiebenz
- Status changed to Needs review
4 months ago 10:11am 2 September 2024
If the configurations are overridden for some reason, the settings form /admin/config/system/entity-clone is using the overridden values instead of the actual configuration. If a user is not correcting all the configurations manually, the overrides go into the saved configuration.
Set "Exclude Cloned" to false in the saved configuration.
Add the following to settings.local.php:
$config['entity_clone.settings']['no_suffix'] = TRUE;
Avoid overrides in the settings form by using the saved configuration for default values: https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-... →
The settings form will show the saved configuration instead of overrides.
None.
None.
Needs review
2.0
Code