changeset 3675:3c4f6b9acaad

import_soundingresults: rename depthReference to 'depth-reference'
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 17 Jun 2019 17:02:48 +0200
parents a3d1fce63c9e
children f107e82b64ae
files client/src/components/importconfiguration/types/Soundingresults.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/Soundingresults.vue	Mon Jun 17 16:24:46 2019 +0200
+++ b/client/src/components/importconfiguration/types/Soundingresults.vue	Mon Jun 17 17:02:48 2019 +0200
@@ -380,7 +380,7 @@
           "data:text/json;charset=utf-8," +
           encodeURIComponent(
             JSON.stringify({
-              depthReference: this.depthReference,
+              "depth-reference": this.depthReference,
               bottleneck: this.bottleneck.properties.objnam,
               date: this.importDate,
               beamType: this.beamType,