mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-23 00:05:43 -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();
|
const QStringList commitErrors = vlayer->commitErrors();
|
||||||
if ( !vlayer->allowCommit() && commitErrors.empty() )
|
if ( !vlayer->allowCommit() && commitErrors.empty() )
|
||||||
{
|
{
|
||||||
QgsMessageLog::logMessage( tr( "Could not save changes. Geometry validation failed." ) );
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user