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

CommentFileSizeAuthor
#3 3279203-3.patch3 KBmajid.ali
#2 3279203-2.patch3.59 KBhchonov

Comments

hchonov created an issue. See original summary.

hchonov’s picture

StatusFileSize
new3.59 KB
majid.ali’s picture

StatusFileSize
new3 KB

Re rolling patch after recent changes https://www.drupal.org/project/bulk_update_fields/issues/3279203#comment... is not working.

andrii momotov’s picture

Status: Needs review » Fixed

Thank you for the patches!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.