Skip to content

Commit

Permalink
[bugfix] Attribute table model not updated after opening a project wi…
Browse files Browse the repository at this point in the history
…th joins
  • Loading branch information
pblottiere committed Jun 25, 2017
1 parent 30b35bd commit be32fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayerjoinbuffer.cpp
Expand Up @@ -348,6 +348,7 @@ void QgsVectorLayerJoinBuffer::resolveReferences( QgsProject *project )
if ( QgsVectorLayer *joinedLayer = qobject_cast<QgsVectorLayer *>( project->mapLayer( it->joinLayerId() ) ) )
{
it->setJoinLayer( joinedLayer );
connectJoinedLayer( joinedLayer );
resolved = true;
}
}
Expand Down

0 comments on commit be32fde

Please sign in to comment.