- Issue created by @manuel.adan
- Merge request !5Issue #3504809: Prevent mailing_list form display update on config sync → (Open) created by manuel.adan
I got the following error installing mailing_list_confirm as part config import:
The import failed due to the following reasons:
Deleted and replaced configuration entity "core.entity_form_display.mailing_list_subscription.xxxxx.block"
The submodule implements hook_install to update entity form display settings. It is done both installing manually and as part of config import. In the second case it should be avoided as it changes a configuration entry that is about to be imported as well.
Active
1.0
Code