changeset 3237:86e108358216

available_fairway_depth: bug fix for loading bottlenecks and stretches
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 10 May 2019 11:43:58 +0200
parents 5914d615f703
children 94e966ebef35
files client/src/components/fairway/AvailableFairwayDepthDialogue.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Fri May 10 11:33:46 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Fri May 10 11:43:58 2019 +0200
@@ -342,8 +342,8 @@
         .getLayer("STRETCHES")
         .setVisible(true);
     },
-    showStatistics() {
-      if (this.showStatistics) {
+    showFairwayDepth() {
+      if (this.showFairwayDepth) {
         this.loading = true;
         this.$store.dispatch("bottlenecks/loadBottlenecksList").then(() => {
           this.$store.dispatch("imports/loadStretches").then(() => {