mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Add ability to ignore warnings
Replace issue's array of entities with array of entity IDs Improve issue ID hashing
This commit is contained in:
@@ -22,7 +22,7 @@ export function validationIncompatibleSource() {
|
||||
feature: utilDisplayLabel(entity, context),
|
||||
}),
|
||||
reference: getReference(invalidSource.id),
|
||||
entities: [entity],
|
||||
entityIds: [entity.id],
|
||||
fixes: [
|
||||
new validationIssueFix({
|
||||
title: t('issues.fix.remove_proprietary_data.title')
|
||||
|
||||
Reference in New Issue
Block a user