mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Run missing role validation before missing tag
This commit is contained in:
@@ -120,6 +120,8 @@ export function coreValidator(context) {
|
||||
return !typeIssues.length;
|
||||
}
|
||||
|
||||
runValidation('missing_role');
|
||||
|
||||
if (entity.type === 'relation') {
|
||||
if (!runValidation('old_multipolygon')) {
|
||||
// don't flag missing tags if they are on the outer way
|
||||
|
||||
Reference in New Issue
Block a user