We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0749835 commit c6b8a10Copy full SHA for c6b8a10
src/gui/editorwidgets/qgsrelationwidgetwrapper.cpp
@@ -48,6 +48,9 @@ void QgsRelationWidgetWrapper::setVisible( bool visible )
48
49
void QgsRelationWidgetWrapper::aboutToSave()
50
{
51
+ // Calling isModified() will emit a beforeModifiedCheck()
52
+ // signal that will make the embedded form to send any
53
+ // outstanding widget changes to the edit buffer
54
mRelation.referencingLayer()->isModified();
55
56
if ( mNmRelation.isValid() )
0 commit comments