Skip to content

Commit

Permalink
Tweak auto field mapping logic
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 4, 2020
1 parent 9d1b55b commit 649e118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfieldmappingmodel.cpp
Expand Up @@ -292,6 +292,7 @@ QString QgsFieldMappingModel::findExpressionForDestinationField( const QgsFieldM
{
if ( sf.name() == f.field.name() )
{
excludedFieldNames.push_back( sf.name() );
return QgsExpression::quotedColumnRef( sf.name() );
}
}
Expand Down

0 comments on commit 649e118

Please sign in to comment.