- Issue created by @achap
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.3 & MySQL 5.7last update
about 1 year ago Waiting for branch to pass - @achap opened merge request.
- Status changed to Needs review
about 1 year ago 10:27am 16 October 2023
When you are trying to install smart_content and a decision config at the same time in a deploymenthook_config_import_steps_alter
isn't called so the decison_config_token
table doesn't get populated. The previous fix probably assumed the module was already installed? As a workaround I tried to install the module first in an update hook in my own module, however this results in a duplicate entry error as the ConfigImporter::import
method gets stuck in an endless loop.
We should let the importer know we are finished to avoid this.
Needs review
3.1
Code