# HG changeset patch # User Thomas Junk # Date 1644836808 -3600 # Node ID c1bd5f8eaf9abe760932baf5954f45ed4ceb5c24 # Parent 923ef002a4faa2c14d92f794767729a825917f08 AvailableFairwayDepthDialogue: set objnam for print is okay diff -r 923ef002a4fa -r c1bd5f8eaf9a client/src/components/fairway/AvailableFairwayDepthDialogue.vue --- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue Mon Feb 14 11:40:58 2022 +0100 +++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue Mon Feb 14 12:06:48 2022 +0100 @@ -672,7 +672,7 @@ ); this.$store.commit( "bottlenecks/setBottleneckForPrint", - this.selectedFairwayAvailabilityFeature.properties.bottleneck_id + this.selectedFairwayAvailabilityFeature.properties.objnam // for printing objnam is okay ); } if (this.type === this.$options.STRETCH) {