mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
fix regression which caused fist validation fix to revert to "ignore"
regressed in 8bb1d39431
This commit is contained in:
@@ -76,7 +76,7 @@ export function validationIssue(attrs) {
|
||||
|
||||
fixes.forEach(function(fix) {
|
||||
// the id doesn't matter as long as it's unique to this issue/fix
|
||||
fix.id = fix.title;
|
||||
fix.id = fix.title.stringId;
|
||||
// add a reference to the issue for use in actions
|
||||
fix.issue = issue;
|
||||
if (fix.autoArgs) {
|
||||
|
||||
Reference in New Issue
Block a user