Skip to content

Commit

Permalink
fix #47921
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n authored and nyalldawson committed Apr 15, 2022
1 parent 13c1a02 commit d899986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/vector/qgsvectorlayerjoinbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorLayerJoinInfo &joinInfo )
connectJoinedLayer( vl );
}

locker.unlock();
mLayer->updateFields();
locker.relock();

//cache joined layer to virtual memory if specified by user
if ( joinInfo.isUsingMemoryCache() )
Expand Down

0 comments on commit d899986

Please sign in to comment.