Skip to content

Commit 7248f81

Browse files
committed
Fixed the assets library import from CSV.
1 parent 56b14be commit 7248f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/AnrObjectService.php

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public function createList(Entity\Anr $anr, array $data): array
161161
$object = $this->create($anr, $objectData, false);
162162
$createdObjectsUuids[] = $object->getUuid();
163163
}
164+
$this->monarcObjectTable->flush();
164165

165166
return $createdObjectsUuids;
166167
}

0 commit comments

Comments
 (0)