Problem/Motivation
In order to not recreate configuration that might've been deleted the module should not be creating the configs in hook_entity_operation_alter() but rather only on module install or when a new entity type is created, but in both cases it should be respecting the config sync status.
Not creating configs on module install if syncing is being covered already in https://www.drupal.org/project/bulk_update_fields/issues/3278938. Here we want only to tackle and remove the hook_entity_operation_alter() and exchange it with an entity type listner.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3279203-3.patch | 3 KB | majid.ali |
| #2 | 3279203-2.patch | 3.59 KB | hchonov |
Comments
Comment #2
hchonovComment #3
majid.ali commentedRe rolling patch after recent changes https://www.drupal.org/project/bulk_update_fields/issues/3279203#comment... is not working.
Comment #4
andrii momotov commentedThank you for the patches!