Skip to content
Snippets Groups Projects

Set entity::isSyncint before save, fixes #3460895

Merged Merlin Axel Rutz requested to merge issue/default_content-3460895:3460895-isSyncing into 2.0.x
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -302,6 +302,7 @@ class Importer implements ImporterInterface {
}
}
$entity->setSyncing(TRUE);
$entity->save();
$created[$entity->uuid()] = $entity;
Loading