Skip to content

Commit

Permalink
Merge pull request #38304 from m-kuhn/rel_ref_fix_no_ui_feedback
Browse files Browse the repository at this point in the history
Relation reference: Update user interface when adding new entry
  • Loading branch information
m-kuhn committed Aug 17, 2020
2 parents 476ac55 + dc93507 commit ee14d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrelationreferencewidget.cpp
Expand Up @@ -1001,7 +1001,7 @@ void QgsRelationReferenceWidget::entryAdded( const QgsFeature &feat )
for ( const QString &fieldName : qgis::as_const( mReferencedFields ) )
attrs << f.attribute( fieldName );

mComboBox->setIdentifierValues( attrs );
setForeignKeys( attrs );

mAddEntryButton->setEnabled( false );
}
Expand Down

0 comments on commit ee14d3d

Please sign in to comment.