[Qgis-developer] qgis master dev: postgis changeAttributeValue error
marco bra
marcobra.ubuntu at gmail.com
Wed May 27 02:02:52 PDT 2015
Accessing same postgresql/postgis db
and using plugin QuickMultiAttributeEdit
1) all works fine on qgis 2.8.1
2) using 2.9.0-Master Master, exported
qgis master dev (next 2.9)
i get
Traceback (most recent call last):
File
"/home/ubuntu/.qgis2/python/plugins/QuickMultiAttributeEdit/quickmultiattributeedit_dialogs.py",
line 121, in run
layer.dataProvider().changeAttributeValue(feature.id(),nPosField,value)
AttributeError: 'QgsVectorDataProvider' object has no attribute
'changeAttributeValue'
The source plugin rows are:
120. for feature in oFeaIterator:
121. layer.dataProvider().changeAttributeValue(feature.id
(),nPosField,value)
There is some changed or can be a bug ?
Thank you
Marco
--
Linux Infinite Freedom
I'm writing from this place:
http://www.openstreetmap.org/?lat=44.39945&lon=8.6798&zoom=15&layers=M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20150527/fd28338c/attachment.html>
More information about the Qgis-developer
mailing list