Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Allow committing on no errors
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/app/qgsgeometryvalidationservice.cpp
|
@@ -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() ); |
|
|