diff client/src/components/importoverview/LogEntry.vue @ 4368:e9d2573329da

import_overview: make layer for review togglable (currently only for development visible)
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 10 Sep 2019 16:37:50 +0200
parents e2ed741545e1
children 725bdc6a9d38
line wrap: on
line diff
--- a/client/src/components/importoverview/LogEntry.vue	Mon Sep 09 21:59:51 2019 +0200
+++ b/client/src/components/importoverview/LogEntry.vue	Tue Sep 10 16:37:50 2019 +0200
@@ -145,6 +145,7 @@
         this.$store.commit("imports/hideDetails");
         this.$store.commit("imports/hideAdditionalInfo");
         this.$store.commit("imports/hideAdditionalLogs");
+        this.$store.commit("map/reviewActive", false);
       } else {
         this.loading = true;
         HTTP.get("/imports/" + this.entry.id, {