File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,8 @@ bool QgsOgrProvider::changeAttributeValues( const QgsChangedAttributesMap & attr
943
943
944
944
clearMinMaxCache ();
945
945
946
+ setIgnoredFields ( true , QgsAttributeList () );
947
+
946
948
for ( QgsChangedAttributesMap::const_iterator it = attr_map.begin (); it != attr_map.end (); ++it )
947
949
{
948
950
long fid = ( long ) it.key ();
@@ -1012,6 +1014,8 @@ bool QgsOgrProvider::changeGeometryValues( QgsGeometryMap & geometry_map )
1012
1014
OGRFeatureH theOGRFeature = 0 ;
1013
1015
OGRGeometryH theNewGeometry = 0 ;
1014
1016
1017
+ setIgnoredFields ( true , QgsAttributeList () );
1018
+
1015
1019
for ( QgsGeometryMap::iterator it = geometry_map.begin (); it != geometry_map.end (); ++it )
1016
1020
{
1017
1021
theOGRFeature = OGR_L_GetFeature ( ogrLayer, it.key () );
You can’t perform that action at this time.
0 commit comments