mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Merge pull request #38385 from signedav/relref-filter
Make relation reference in filter work again
This commit is contained in:
commit
ae359b6c56
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user