Skip to content

Commit

Permalink
Fixed SPARQLgraph typo bug during nodegroup validation, changing prop…
Browse files Browse the repository at this point in the history
…Item URI
  • Loading branch information
Paul Cuddihy committed Nov 24, 2021
1 parent 3c7f995 commit eebb097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparqlGraphWeb/sparqlGraph/js/sparqlgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@

} else if (item.getItemType() == "PropertyItem") {
var parent = gNodeGroup.getPropertyItemParentSNode(item);
ngClient.execAsyncChangeItemURI(sgJson, gNodeGroup.buildItemStr(parent, item), newURI, domainOrRange, changeItemURICallback.bind(this, optSuccessC), ModalIidx.alert.bind(this, "NodeGroup Service failure"));
ngClient.execAsyncChangeItemURI(sgJson, gNodeGroup.buildItemStr(parent, item), newURI, domainOrRange, changeItemURICallback.bind(this, optSuccessCallback), ModalIidx.alert.bind(this, "NodeGroup Service failure"));

} else if (item.getItemType() == "NodeItem") {
var parent = gNodeGroup.getNodeItemParentSNode(item);
Expand Down

0 comments on commit eebb097

Please sign in to comment.