diff --git a/modules/core/validator.js b/modules/core/validator.js index 4abf900bd..8bc7e01f9 100644 --- a/modules/core/validator.js +++ b/modules/core/validator.js @@ -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