changeset 2350:ed6b0a43d42f

staging: open detailsview for UBN too
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 20 Feb 2019 10:58:32 +0100
parents 2e57fd9b4f3a
children 9c4d6a61ad1d
files client/src/components/staging/StagingDetail.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/staging/StagingDetail.vue	Wed Feb 20 10:58:00 2019 +0100
+++ b/client/src/components/staging/StagingDetail.vue	Wed Feb 20 10:58:32 2019 +0100
@@ -378,7 +378,7 @@
         });
     },
     showDetails() {
-      if (this.data.kind.toUpperCase() !== "BN") return;
+      if (!this.isBottleneck(this.data.kind.toUpperCase())) return;
       if (this.show) {
         this.show = false;
         return;