Explorar o código

fixed bug in wfs verify transacion at strict fields order

Piotr Labudda %!s(int64=10) %!d(string=hai) anos
pai
achega
bae898567b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/Api/WfsServerBase.php

+ 1 - 1
SE/se-lib/Api/WfsServerBase.php

@@ -1047,7 +1047,7 @@ if($DBG){echo 'sourceNsList:';print_r($sourceNsList);echo "\n";}
 				$updateTypeNode = $dom->createElementNS('http://www.w3.org/2001/XMLSchema', 'xsd:complexType');
 				$rootNode->appendChild($updateTypeNode);
 				$updateTypeNode->setAttribute('name', $updateElementType);
-					$seqNode = $dom->createElementNS('http://www.w3.org/2001/XMLSchema', 'xsd:sequence');
+					$seqNode = $dom->createElementNS('http://www.w3.org/2001/XMLSchema', 'xsd:all');
 					$updateTypeNode->appendChild($seqNode);
 
 						$pKeyField = $acl->getPrimaryKeyField();