We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cc6b1e3 commit 7d2098cCopy full SHA for 7d2098c
src/core/qgsexpression.cpp
@@ -3683,7 +3683,7 @@ const QList<QgsExpression::Function*>& QgsExpression::Functions()
3683
if ( node->args()->count() > 3 )
3684
{
3685
QgsExpression::Node* filterNode = node->args()->at( 3 );
3686
- referencedVars = filterNode->referencedVariables();
+ referencedVars.unite( filterNode->referencedVariables() );
3687
}
3688
return referencedVars.contains( "parent" ) || referencedVars.contains( QString() );
3689
},
0 commit comments