changeset 5312:11e013b8b1a9 zpg-exception

Client: Fix one condition (zpg_exception) * This corrects using the "zpg_exception" value of the desired survey.
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 03 Jun 2021 12:14:12 +0200
parents 72d3b8321ed0
children 1b4cb1545a44
files client/src/components/Pdftool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Wed Jun 02 16:55:00 2021 +0200
+++ b/client/src/components/Pdftool.vue	Thu Jun 03 12:14:12 2021 +0200
@@ -317,7 +317,7 @@
               number: response.data.numberMatched || 0,
               feature:
                 response.data.features.filter(
-                  f => f.properties.data_info === this.selectedSurvey.data_info
+                  f => f.properties.date_info === this.selectedSurvey.date_info
                 )[0] || {}
             };
           } else {