first commit recreated entity before any modification are applied

This commit is contained in:
iLLiCiTiT 2020-09-23 16:49:28 +02:00
parent 790d454504
commit f7104a1f7e

View file

@ -2144,6 +2144,7 @@ class SyncEntitiesFactory:
"name": _name,
"parent": parent_entity
})
self.session.commit()
final_entity = {}
for k, v in av_entity.items():