Do not overwrite source entity context

This commit is contained in:
Petr Kalis 2025-08-21 17:16:30 +02:00
parent cb4df37067
commit 4229950f36

View file

@ -1030,7 +1030,7 @@ class ProjectPushItemProcess:
if not repre_context:
repre_context = self._update_repre_context(
repre_entity,
copy.deepcopy(repre_entity),
formatting_data
)