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 6cf1433 commit 435d807
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ void QgsRelationReferenceWidgetWrapper::initWidget( QWidget *editor )
// If this widget is already embedded by the same relation, reduce functionality
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 435d807

Please sign in to comment.