changeset 2704:84145179ec72

import_overview: open logs and details in parallel
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 18 Mar 2019 15:56:54 +0100
parents c887666b110f
children eb3d7a429eb0
files client/src/components/importoverview/LogDetail.vue
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/LogDetail.vue	Mon Mar 18 15:49:41 2019 +0100
+++ b/client/src/components/importoverview/LogDetail.vue	Mon Mar 18 15:56:54 2019 +0100
@@ -97,6 +97,10 @@
     AdditionalDetail: () => import("./AdditionalDetail.vue"),
     AdditionalLog: () => import("./AdditionalLog.vue")
   },
+  mounted() {
+    this.$store.commit("imports/showAdditionalInfoFor", this.entry.id);
+    this.$store.commit("imports/showAdditionalLogsFor", this.entry.id);
+  },
   methods: {
     toggleAdditionalInfo() {
       if (this.entry.id === this.showAdditional) {