Don't create the default entity type/bundle if the module is being installed during a config import

Created on 21 April 2023, almost 2 years ago
Updated 27 April 2023, over 1 year ago

Problem/Motivation

Stop creating the default entity type/bundle if the module is being installed during a config import. This could potentially cause issues because new configuration is being written during a synchronisation of existing config. Also, if the user decided to not keep the default bundle, it shouldn't be recreated during deploys.

Proposed resolution

Early return if $isSyncing is TRUE.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇧🇪Belgium dieterholvoet Brussels

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024