Przeglądaj źródła

fixed bug in wfs verify transacion at strict fields order

Piotr Labudda 10 lat temu
rodzic
commit
bae898567b
1 zmienionych plików z 1 dodań i 1 usunięć
  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();