mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Don't offer to upgrade brands without a brand:wikidata tag
This commit is contained in:
@@ -68,7 +68,7 @@ export function validationOutdatedTags() {
|
||||
if (match.d) continue;
|
||||
|
||||
var brand = brands.brands[match.kvnd];
|
||||
if (brand) {
|
||||
if (brand && brand.tags['brand:wikidata']) {
|
||||
Object.assign(newTags, brand.tags);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user