Skip to content

Commit

Permalink
Allow committing on no errors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 15, 2018
1 parent 35d7fdc commit df11d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsgeometryvalidationservice.cpp
Expand Up @@ -319,6 +319,7 @@ void QgsGeometryValidationService::triggerTopologyChecks( QgsVectorLayer *layer
}

QList<std::shared_ptr<QgsGeometryCheckError>> &allErrors = mLayerChecks[layer].topologyCheckErrors;
allErrors.clear();
QMap<QString, QgsFeatureIds> layerIds;

QgsFeatureRequest request = QgsFeatureRequest( affectedFeatureIds ).setSubsetOfAttributes( QgsAttributeList() );
Expand Down

0 comments on commit df11d7f

Please sign in to comment.