diff client/src/store/map.js @ 3207:ba7bc3740fb3

client: renamed store modules to better reflect their context
author Markus Kottlaender <markus@intevation.de>
date Wed, 08 May 2019 17:43:18 +0200
parents dffcf1cc8a8b
children 48801e13ef18
line wrap: on
line diff
--- a/client/src/store/map.js	Wed May 08 17:29:50 2019 +0200
+++ b/client/src/store/map.js	Wed May 08 17:43:18 2019 +0200
@@ -374,7 +374,7 @@
               });
             } else {
               commit("application/showStatistics", true, { root: true });
-              commit("diagram/type", "stretches", { root: true });
+              commit("fairwayavailability/type", "stretches", { root: true });
               commit("imports/selectedStretchId", stretches[0].getId(), {
                 root: true
               });