Added entity display name or preset name to the disconnected highway message

This commit is contained in:
Quincy Morgan
2018-12-18 18:05:27 -05:00
parent c1240af464
commit 858a9606d5
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ export function coreHistory(context) {
validate: function(changes) {
return _flatten(_map(Validations, function(fn) {
return fn()(changes, _stack[_index].graph);
return fn(context)(changes, _stack[_index].graph);
}));
},