# HG changeset patch # User Thomas Junk # Date 1560783768 -7200 # Node ID 3c4f6b9acaad1429d647aee12da85ae53558582f # Parent a3d1fce63c9e4d6676856b9bca69e7acf5dc5f5c import_soundingresults: rename depthReference to 'depth-reference' diff -r a3d1fce63c9e -r 3c4f6b9acaad client/src/components/importconfiguration/types/Soundingresults.vue --- 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,