Bug report #6479
QGIS WFS-T doesn't send feature ids for delete operation
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Web Services clients/WFS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15707 |
Description
In QGIS master (and 1.8.0), if I delete some features on a layer which supports WFS-T, QGIS fails to populate the request properly. The feature ids of the features to delete are left out. EG, i deleted two features and QGIS sent:
...
<Delete xmlns="http://www.opengis.net/wfs" typeName="sps:Boundary"><Filter xmlns="http://www.opengis.net/ogc"/></Delete>
...
History
#1 Updated by Chris Smith about 12 years ago
- Status changed from Open to Closed
This turned out to be the server not sending the feature ids of the original features (so QGIS doesn't know what to send back).