Skip to content

Commit

Permalink
Merge pull request #1227 from catenax-ng/chore/778-fix-notification-flow
Browse files Browse the repository at this point in the history
chore(helm):778 adding counterPartyId to catalog request.
  • Loading branch information
ds-lcapellino authored May 8, 2024
2 parents b344979 + 547dcc1 commit 9288eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9288eb1

Please sign in to comment.