mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Convert validation rules to validate against a specific graph, not always the current graph (re: #6459)
This commit is contained in:
@@ -65,7 +65,7 @@ export function uiCommitWarnings(context) {
|
||||
|
||||
items.selectAll('.issue-message')
|
||||
.text(function(d) {
|
||||
return d.message();
|
||||
return d.message(context);
|
||||
});
|
||||
|
||||
items
|
||||
|
||||
Reference in New Issue
Block a user