changeset 5583:c1bd5f8eaf9a surveysperbottleneckid

AvailableFairwayDepthDialogue: set objnam for print is okay
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Feb 2022 12:06:48 +0100
parents 923ef002a4fa
children 7ed9e32706d0
files client/src/components/fairway/AvailableFairwayDepthDialogue.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {