# HG changeset patch # User Thomas Junk # Date 1557481438 -7200 # Node ID 86e10835821634a8e6f541afbb73937728c2c2a5 # Parent 5914d615f7031e3910ece2c61d958d98f5fea0d7 available_fairway_depth: bug fix for loading bottlenecks and stretches diff -r 5914d615f703 -r 86e108358216 client/src/components/fairway/AvailableFairwayDepthDialogue.vue --- 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(() => {