Skip to content
Permalink
Browse files
Initialize joined feature properly
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent 4be1cc0 commit cad038b
Showing 1 changed file with 1 addition and 0 deletions.
@@ -422,6 +422,7 @@ QgsFeature QgsVectorLayerJoinBuffer::joinedFeatureOf( const QgsVectorLayerJoinIn

if ( info->joinLayer() )
{
joinedFeature.initAttributes( info->joinLayer()->fields().count() );
joinedFeature.setFields( info->joinLayer()->fields() );

QString joinFieldName = info->joinFieldName();

0 comments on commit cad038b

Please sign in to comment.