Skip to content

Commit

Permalink
fix(link-value): add onto iri to api request (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Jun 23, 2022
1 parent a3408f6 commit d16e5b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,7 +275,7 @@ export class LinkValueComponent extends BaseValueDirective implements OnInit, On
position: {
top: '112px'
},
data: { mode: mode, title: resClass.label, id: iri, parentResource: this.parentResource, resourceClassDefinition: resClass.id },
data: { mode: mode, title: resClass.label, id: iri, parentResource: this.parentResource, resourceClassDefinition: resClass.id, ontoIri: this.currentOntoIri },
disableClose: true
};

Expand Down

0 comments on commit d16e5b5

Please sign in to comment.