Skip to content

Commit

Permalink
display property bindings on mapping tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cuddihy committed Dec 1, 2020
1 parent 7c9cc19 commit d2c5029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparqlGraphWeb/sparqlGraph/js/importmapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ define([ // properly require.config'ed
if (this.isNode()) {
return this.node.getBindingOrSparqlID();
} else {
return this.propItem.getKeyName();
return this.propItem.getBindingOrSparqlID() || this.propItem.getKeyName();
}
},

Expand Down

0 comments on commit d2c5029

Please sign in to comment.