eclipse-tractusx/item-relationship-service

ContractAgreementId not collected

Closed this issue · 1 comments

Description

When starting a Job with flag "auditContractNegotiation" set to true, the contractAgreementIds are not collected.

Current behaviour

"contractAgreementId" in shells is empty string ("") and null in submodels

Expected behavior

shells and submodels contain the contract agreement id

Steps to reproduce the Bug

Start a Job with parameter "auditContractNegotiation": true,

Fixed with #599