Skip to content
Snippets Groups Projects
Commit 15e2ff79 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

when accessing element by identifedlement ask for complete reactions

when necessary
parent 1645f405
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -606,7 +606,7 @@ MapModel.prototype.getByIdentifiedElement = function(ie, complete) {
if (ie.getType()==="ALIAS") {
return this.getAliasById(ie.getId(), complete);
} else if (ie.getType()==="REACTION") {
return this.getReactionById(ie.getId());
return this.getReactionById(ie.getId(), complete);
} else {
throw new Error("Unknown type: "+ie.getType(), complete);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment