Skip to content

Commit

Permalink
Merge pull request #38411 from qgis-bot/backport-38385-to-release-3_10
Browse files Browse the repository at this point in the history
[Backport release-3_10] Make relation reference in filter work again
  • Loading branch information
m-kuhn committed Sep 10, 2020
2 parents c8eae9b + 4a3f140 commit 0c06537
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -143,7 +143,7 @@ void QgsRelationReferenceSearchWidgetWrapper::onValueChanged( const QVariant &va

void QgsRelationReferenceSearchWidgetWrapper::onValuesChanged( const QVariantList &values )
{
if ( !values.isEmpty() )
if ( values.isEmpty() )
{
clearExpression();
emit valueCleared();
Expand Down

0 comments on commit 0c06537

Please sign in to comment.