Convert validation rules to validate against a specific graph, not always the current graph (re: #6459)

This commit is contained in:
Quincy Morgan
2019-06-06 16:27:31 -04:00
parent 5f0f77cc2c
commit 1ed73b6531
31 changed files with 577 additions and 591 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export function uiCommitWarnings(context) {
items.selectAll('.issue-message')
.text(function(d) {
return d.message();
return d.message(context);
});
items