Skip to content

Commit

Permalink
Use relation id instead of name for nesting detection
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 16, 2018
1 parent ce8d71d commit 36749c1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ void QgsRelationReferenceWidgetWrapper::initWidget( QWidget* editor )
const QgsAttributeEditorContext* ctx = &context();
do
{
if ( ctx->relation().name() == relation.name() )
if ( ctx->relation().id() == relation.id() )
{
mWidget->setEmbedForm( false );
mWidget->setReadOnlySelector( true );
Expand Down

0 comments on commit 36749c1

Please sign in to comment.