Navigation Menu

Skip to content

Commit

Permalink
Fix form mode save button from attr dialog
Browse files Browse the repository at this point in the history
Fix #45527
  • Loading branch information
elpaso authored and nyalldawson committed Nov 1, 2021
1 parent 30b1ff2 commit 0177cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -1127,7 +1127,10 @@ void QgsDualView::featureFormAttributeChanged( const QString &attribute, const Q
Q_UNUSED( attribute )
Q_UNUSED( value )
if ( attributeChanged )
{
mFeatureListView->setCurrentFeatureEdited( true );
mAttributeForm->save();
}
}

void QgsDualView::setFilteredFeatures( const QgsFeatureIds &filteredFeatures )
Expand Down

0 comments on commit 0177cf5

Please sign in to comment.