Explorar el Código

fixed bug in wfs verify transacion at strict fields order

Piotr Labudda hace 10 años
padre
commit
bae898567b
Se han modificado 1 ficheros con 1 adiciones y 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();