Skip to content

Commit

Permalink
Fix store force no popup
Browse files Browse the repository at this point in the history
Followup PR #34654
  • Loading branch information
elpaso committed Feb 27, 2020
1 parent c90fbd5 commit 131ab9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsattributesformproperties.cpp
Expand Up @@ -963,7 +963,9 @@ QgsAttributesFormProperties::RelationConfig::RelationConfig() = default;
QgsAttributesFormProperties::RelationConfig::RelationConfig( QgsVectorLayer *layer, const QString &relationId )
{
const QVariant nmrelcfg = layer->editFormConfig().widgetConfig( relationId ).value( QStringLiteral( "nm-rel" ) );
const QVariant forceSuppressFormPopup = layer->editFormConfig().widgetConfig( relationId ).value( QStringLiteral( "force-suppress-popup" ), false );

mForceSuppressFormPopup = forceSuppressFormPopup.toBool();
mCardinality = nmrelcfg;
}

Expand Down

0 comments on commit 131ab9c

Please sign in to comment.