Skip to content
Snippets Groups Projects

Skip cohesion:import unless there is a new SS version

Open Juan Gala requested to merge issue/sitestudio_config_management-3479885:1.x into 1.x
2 files
+ 1
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -75,7 +75,6 @@ class ConfigImportEventSubscriber implements EventSubscriberInterface {
// Because in scenarios, where there are NO Drupal Configuration changes,
// the event ConfigEvents::IMPORT is not triggered.
if (!InstallerKernel::installationAttempted() && in_array('sitestudio_config_management', $enabled_extensions)) {
$this->addCommand("cohesion:import");
$this->addCommand("sitestudio:package:import");
$this->execute();
}
Loading