Skip to content

Commit

Permalink
fix: Set Correct Value for operandLeft in assetSelector in ContractDe…
Browse files Browse the repository at this point in the history
…finition (#99)

fix: change operandLeft to correct value (#92)
  • Loading branch information
janpmeyer authored Sep 29, 2023
1 parent 8c178ad commit 39dcce9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class ContractDefinitionEditorDialog implements OnInit {

const ids = this.assets.map(asset => asset.id);
this.contractDefinition.assetsSelector = [...this.contractDefinition.assetsSelector, {
operandLeft: 'asset:prop:id',
operandLeft: 'https://w3id.org/edc/v0.0.1/ns/id',
operator: 'in',
operandRight: ids,
}];
Expand Down

0 comments on commit 39dcce9

Please sign in to comment.