Skip to content

Commit 08c49d4

Browse files
committed
Add missing parameter
1 parent baebd4c commit 08c49d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/sendDataToGeoserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function isDanteConcept(fieldValue) {
277277
async function performEditTransaction(geometryIds, changeMap, fieldConfiguration, authorizationString) {
278278
const result = await performTransaction(
279279
geometryIds,
280-
getEditRequestXml(changeMap, fieldConfiguration.edit_wfs_feature_type.ValueText),
280+
getEditRequestXml(geometryIds, changeMap, fieldConfiguration.edit_wfs_feature_type.ValueText),
281281
fieldConfiguration.edit_wfs_url.ValueText,
282282
authorizationString
283283
);

0 commit comments

Comments
 (0)