diff client/src/components/importoverview/ImportOverview.vue @ 3605:d02d4e31491b

sidebar: move staging notifications to store and update notifications after finishing review
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 05 Jun 2019 11:48:15 +0200
parents c220ad7e61ed
children 24fafb86b528
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Wed Jun 05 11:39:25 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Wed Jun 05 11:48:15 2019 +0200
@@ -409,6 +409,7 @@
                 this.loadLogs();
                 this.$store.commit("imports/setReviewed", []);
                 this.$store.dispatch("map/refreshLayers");
+                this.$store.dispatch("imports/loadStagingNotifications");
                 const messages = response.data
                   .map(x => {
                     if (x.message) return x.message;