Merge pull request #38385 from signedav/relref-filter

Make relation reference in filter work again
This commit is contained in:
signedav 2020-08-21 07:17:55 +02:00 committed by GitHub
commit ae359b6c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();