Skip to content

Commit 6d61025

Browse files
committed
Merge pull request #2054 from arnaud-morvan/join_memory_cache
Write to project join memory cache property value instead of not cache is empty
2 parents 9031e98 + cb4d518 commit 6d61025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsvectorlayerjoinbuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void QgsVectorLayerJoinBuffer::writeXml( QDomNode& layer_node, QDomDocument& doc
281281
else
282282
joinElem.setAttribute( "joinFieldName", joinIt->joinFieldName );
283283

284-
joinElem.setAttribute( "memoryCache", !joinIt->cachedAttributes.isEmpty() );
284+
joinElem.setAttribute( "memoryCache", joinIt->memoryCache );
285285

286286
if ( joinIt->joinFieldNamesSubset() )
287287
{

0 commit comments

Comments
 (0)