changeset 3745:ae79c9546908

client: import review: load stretches/sections after confirming pending import
author Markus Kottlaender <markus@intevation.de>
date Mon, 24 Jun 2019 15:46:13 +0200
parents 16c3c0150030
children 433bad131e5c
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Mon Jun 24 15:22:39 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Mon Jun 24 15:46:13 2019 +0200
@@ -414,6 +414,8 @@
                 this.$store.commit("imports/setReviewed", []);
                 this.$store.dispatch("map/refreshLayers");
                 this.$store.dispatch("imports/loadStagingNotifications");
+                this.$store.dispatch("imports/loadStretches");
+                this.$store.dispatch("imports/loadSections");
                 const messages = response.data
                   .map(x => {
                     if (x.message) return x.message;