Skip to content

Commit

Permalink
Relation reference: Update user interface when adding new entry
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2020
1 parent a117639 commit e2ae6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsrelationreferencewidget.cpp
Expand Up @@ -999,7 +999,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 e2ae6ba

Please sign in to comment.