From fcfe7dae4067278f422de90b599ac59b0fc106f6 Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Wed, 8 May 2024 08:40:07 +0200 Subject: [PATCH 1/2] chore(helm):778 adding counterPartyId to catalog request. --- .../notification/domain/base/service/NotificationsEDCFacade.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tx-backend/src/main/java/org/eclipse/tractusx/traceability/notification/domain/base/service/NotificationsEDCFacade.java b/tx-backend/src/main/java/org/eclipse/tractusx/traceability/notification/domain/base/service/NotificationsEDCFacade.java index 112d81e212..776d2eca8c 100644 --- a/tx-backend/src/main/java/org/eclipse/tractusx/traceability/notification/domain/base/service/NotificationsEDCFacade.java +++ b/tx-backend/src/main/java/org/eclipse/tractusx/traceability/notification/domain/base/service/NotificationsEDCFacade.java @@ -132,6 +132,7 @@ private CatalogItem getCatalogItem(final NotificationMessage notification, final CatalogRequest.Builder.newInstance() .protocol(DEFAULT_PROTOCOL) .counterPartyAddress(receiverEdcUrl + edcProperties.getIdsPath()) + .counterPartyId(notification.getSendTo()) .querySpec(QuerySpec.Builder.newInstance() .filter( List.of(new Criterion(NAMESPACE_EDC + "notificationtype", "=", propertyNotificationTypeValue), From 547dcc19835fa5683449d3ec1b963dd7687f76a1 Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Wed, 8 May 2024 08:57:04 +0200 Subject: [PATCH 2/2] chore(helm):778 adding counterPartyId to catalog request. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e91ed5b388..1e341cc250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha - #837 Added digital twin type to data provisioning workflow to be able to lookup shells created by trace-x - #783 Validation that receiver of a notification must not be same as sender. - #859 Enable autocomplete API to filter for given assets +- #778 Added counterPartyId to getCatalogRequest ### Changed - #844 Prefilled bpn on investigation creation