<div></div>Hi,<br>I am trying to perform a post-processing queries in a postgis layer. When a new point is insert all work fine, but if I move existing point the queries don't work. The event committedGeometriesChanges seems that doesn't work. <br>Is it because is not open the form dialog to perform this action? <br><br> I found this thread <br>http://osgeo-org.1560.x6.nabble.com/Post-processing-queries-on-postgis-layers-after-insert-delete-update-td5193956.html<br><br>where is written that it is a bug and that it is fixed in 65378e6
<br><br>I tried both with QGIS 2.8.1 and QGIS 2.9.0.40.<br><br>Is it a mistake or the bug is not fixed? Is it necessary open a ticket?<br><br>The code that I use is<br><br>def formOpen(dialog, layerid, featureid):<br><span>    </span>layerid.commitedGeometriesChanges.connect(confirmChanged)<br><br><br>def confirmChanged(layerid, changedGeometries):<br><span><span>   ... </span></span>update attribute with queries ....<br><br><br>Regards<br><br>Enrico Fiore<br><br>