changeset 5581:2cadfdc9960c surveysperbottleneckid

Add comments for places where name is okay.
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Feb 2022 11:37:29 +0100
parents 0f258757e73a
children 923ef002a4fa
files client/src/components/fairway/AvailableFairwayDepthDialogue.vue client/src/components/fairway/BottleneckDialogue.vue
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Mon Feb 14 11:31:15 2022 +0100
+++ b/client/src/components/fairway/AvailableFairwayDepthDialogue.vue	Mon Feb 14 11:37:29 2022 +0100
@@ -74,6 +74,7 @@
                 :value="bn"
               >
                 {{ bn.properties.name }}
+                <!-- name for display is okay -->
               </option>
             </optgroup>
           </select>
--- a/client/src/components/fairway/BottleneckDialogue.vue	Mon Feb 14 11:31:15 2022 +0100
+++ b/client/src/components/fairway/BottleneckDialogue.vue	Mon Feb 14 11:37:29 2022 +0100
@@ -32,6 +32,7 @@
                 :value="bn.properties.bottleneck_id"
               >
                 {{ bn.properties.name }}
+                <!-- name for display is okay-->
               </option>
             </optgroup>
           </select>