diff --git a/capella2polarion/connectors/polarion_worker.py b/capella2polarion/connectors/polarion_worker.py index 35618520..37aceed4 100644 --- a/capella2polarion/connectors/polarion_worker.py +++ b/capella2polarion/connectors/polarion_worker.py @@ -179,7 +179,7 @@ def patch_work_item( del old.additional_attributes["uuid_capella"] - # We should only send the type to be updated, if it really changed + # Type will only be updated, if it is set and should be used carefully if new.type == old.type: new.type = None new.status = "open"