feat(sync): Refactor Akte sync status handling and remove deprecated event step

This commit is contained in:
bsiggel
2026-03-26 13:06:32 +00:00
parent 52cee5bd16
commit 459fa41033
4 changed files with 10 additions and 445 deletions

View File

@@ -67,7 +67,7 @@ class XAIUploadUtils:
'rubrum': str(akte.get('rubrum', '') or ''),
}
)
collection_id = col['id']
collection_id = col.get('collection_id') or col.get('id')
self._log.info(f"✅ Collection created: {collection_id}")
# Save back to EspoCRM