Loading core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php +2 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,8 @@ public function onConfigImporterValidate(ConfigImporterEvent $event) { foreach (['update', 'delete'] as $op) { $unprocessed_configurations = $event->getConfigImporter()->getUnprocessedConfiguration($op); foreach ($unprocessed_configurations as $unprocessed_configuration) { if ($workflow = $this->getWorkflow($unprocessed_configuration)) { if (($workflow = $this->getWorkflow($unprocessed_configuration)) && $workflow->getTypePlugin()->getPluginId() === 'content_moderation') { if ($op === 'update') { $original_workflow_config = $event->getConfigImporter() ->getStorageComparer() Loading Loading
core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php +2 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,8 @@ public function onConfigImporterValidate(ConfigImporterEvent $event) { foreach (['update', 'delete'] as $op) { $unprocessed_configurations = $event->getConfigImporter()->getUnprocessedConfiguration($op); foreach ($unprocessed_configurations as $unprocessed_configuration) { if ($workflow = $this->getWorkflow($unprocessed_configuration)) { if (($workflow = $this->getWorkflow($unprocessed_configuration)) && $workflow->getTypePlugin()->getPluginId() === 'content_moderation') { if ($op === 'update') { $original_workflow_config = $event->getConfigImporter() ->getStorageComparer() Loading