Run missing role validation before missing tag

This commit is contained in:
Quincy Morgan
2019-02-25 18:01:34 -05:00
parent 6aa1f86dfb
commit 87e48bc543
+2
View File
@@ -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