mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[Server][WFS] Null field value in GML has to be empty string
This commit is contained in:
parent
f94d08d330
commit
0e5718d2ef
@ -1455,7 +1455,7 @@ namespace QgsWfs
|
||||
QString encodeValueToText( const QVariant &value, const QgsEditorWidgetSetup &setup )
|
||||
{
|
||||
if ( value.isNull() )
|
||||
return QStringLiteral( "null" );
|
||||
return QString();
|
||||
|
||||
if ( setup.type() == QStringLiteral( "DateTime" ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user