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
Only Query, Insert and Delete are allowed for WFS layers without geometry. The Update operation is not available.
Steps to reproduce the issue
load any table without geometry into a QGIS project and enable all the WFS capabilities: Insert, Update and Delete (Project -> Properties -> QGIS Server -> WFS/OAPIF tab)
publish the project with QGIS-Server
Query, Insert and Delete are listed in the Operations of the WFS getCapabilities but Update is missing
open the layer with a WFS client (e.g. QGIS Desktop) and try to edit it: you can query, create and delete features but you can't update them
Versions
3.34.14 LTR (Windows and Linux)
3.40.2 (Windows and Linux)
Supported QGIS version
I'm running a supported QGIS version according to the roadmap.
Looking into the code it seems like the Update operation always requires the change geometry capability (Qgis::VectorProviderCapability::ChangeGeometries)
The text was updated successfully, but these errors were encountered:
gisuser0
added
the
Bug
Either a bug report, or a bug fix. Let's hope for the latter!
label
Jan 20, 2025
What is the bug or the crash?
Only Query, Insert and Delete are allowed for WFS layers without geometry. The Update operation is not available.
Steps to reproduce the issue
Versions
3.34.14 LTR (Windows and Linux)
3.40.2 (Windows and Linux)
Supported QGIS version
New profile
Additional context
Looking into the code it seems like the Update operation always requires the change geometry capability (Qgis::VectorProviderCapability::ChangeGeometries)
The text was updated successfully, but these errors were encountered: