# HG changeset patch # User Markus Kottlaender # Date 1559745506 -7200 # Node ID 30a9fdac70f0d4dd2e6dd16608e819de701ed9ff # Parent 7e7a2b5015953ddea66c292a36ec11a27c14ef5e client: configuration: prepared fetching morphology classbreaks and ecdis url from backend diff -r 7e7a2b501595 -r 30a9fdac70f0 client/src/components/systemconfiguration/MapLayers.vue --- a/client/src/components/systemconfiguration/MapLayers.vue Wed Jun 05 16:33:57 2019 +0200 +++ b/client/src/components/systemconfiguration/MapLayers.vue Wed Jun 05 16:38:26 2019 +0200 @@ -9,8 +9,8 @@ @@ -38,10 +38,16 @@ * Author(s): * Markus Kottländer */ +import { mapState } from "vuex"; export default { + computed: { + ...mapState("application", ["config"]) + }, methods: { - submit() {} + submit() { + this.$store.commit("application/config", this.config); + } } }; diff -r 7e7a2b501595 -r 30a9fdac70f0 client/src/components/systemconfiguration/MorphologyClassbreaks.vue --- a/client/src/components/systemconfiguration/MorphologyClassbreaks.vue Wed Jun 05 16:33:57 2019 +0200 +++ b/client/src/components/systemconfiguration/MorphologyClassbreaks.vue Wed Jun 05 16:38:26 2019 +0200 @@ -8,11 +8,11 @@
@@ -31,8 +31,12 @@ @@ -69,9 +73,11 @@