agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

`Selectors` are Empty for Contract Definitions on the DataDashboard #218

Closed zeier closed 2 years ago

zeier commented 2 years ago

Description

No data is shown for Selectors in for Contract Definitions on the DataDashboard.

Image

Steps to Reproduce

The same behavior occurs if a new contract definition is created

Possible cause

API breaking changes were introduced https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/commit/b90f9bcde751cf1cf9e6db84de18e5ead32715c8#diff-e305612a506bddb046b719955e7b42b24f7224ea1eb1299a63f95b348f4dd52d that change the properties names in the Criterion class.

DataDashboard still uses old properties in calls to post new ContractDefinitions: left, right, op, which causes that the contract definitions are created with no assets assigned.