Skip to content

Commit

Permalink
Merge pull request #2054 from arnaud-morvan/join_memory_cache
Browse files Browse the repository at this point in the history
Write to project join memory cache property value instead of not cache is empty
  • Loading branch information
mhugent committed May 22, 2015
2 parents 9031e98 + cb4d518 commit 6d61025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayerjoinbuffer.cpp
Expand Up @@ -281,7 +281,7 @@ void QgsVectorLayerJoinBuffer::writeXml( QDomNode& layer_node, QDomDocument& doc
else
joinElem.setAttribute( "joinFieldName", joinIt->joinFieldName );

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

if ( joinIt->joinFieldNamesSubset() )
{
Expand Down

0 comments on commit 6d61025

Please sign in to comment.