Skip to content

Commit

Permalink
Make sure relations are reloaded when setting edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 12, 2017
1 parent 59f8af2 commit 5fd19d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -3810,6 +3810,7 @@ void QgsVectorLayer::setEditFormConfig( const QgsEditFormConfig &editFormConfig
return;

mEditFormConfig = editFormConfig;
mEditFormConfig.onRelationsLoaded();
emit editFormConfigChanged();
}

Expand Down

0 comments on commit 5fd19d5

Please sign in to comment.