You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix feature request with Fid Filter working on the edit buffer
The following snippet did not take attribut changes that have not been commited
into account.
layer.getFeatures( QgsFeatureRequest( fid ) ).next()
Fixes the VectorLayer test
0 commit comments