Skip to content

Commit 5fd19d5

Browse files
committed
Make sure relations are reloaded when setting edit config
1 parent 59f8af2 commit 5fd19d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorlayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3810,6 +3810,7 @@ void QgsVectorLayer::setEditFormConfig( const QgsEditFormConfig &editFormConfig
38103810
return;
38113811

38123812
mEditFormConfig = editFormConfig;
3813+
mEditFormConfig.onRelationsLoaded();
38133814
emit editFormConfigChanged();
38143815
}
38153816

0 commit comments

Comments
 (0)