Skip to content

Commit

Permalink
Merge pull request #7886 from signedav/bugfix_showRelation
Browse files Browse the repository at this point in the history
[Bugfix] Show child features in search mode again
  • Loading branch information
m-kuhn committed Sep 13, 2018
2 parents 1409547 + d32c34f commit 24aeab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeformrelationeditorwidget.cpp
Expand Up @@ -28,7 +28,7 @@ QgsAttributeFormRelationEditorWidget::QgsAttributeFormRelationEditorWidget( QgsR

void QgsAttributeFormRelationEditorWidget::createSearchWidgetWrappers( const QgsAttributeEditorContext &context )
{
if ( context.parentContext() )
if ( !context.parentContext() )
{
mSearchWidget = new QgsRelationAggregateSearchWidgetWrapper( layer(), mWrapper, form() );
mSearchWidget->setContext( context );
Expand Down

0 comments on commit 24aeab6

Please sign in to comment.