mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-22 00:06:57 -04:00
Do not report an error when checks are triggered
This commit is contained in:
parent
9e0b9e76e2
commit
50037a591d
@ -7118,7 +7118,6 @@ void QgisApp::commitError( QgsVectorLayer *vlayer )
|
||||
const QStringList commitErrors = vlayer->commitErrors();
|
||||
if ( !vlayer->allowCommit() && commitErrors.empty() )
|
||||
{
|
||||
QgsMessageLog::logMessage( tr( "Could not save changes. Geometry validation failed." ) );
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user