# HG changeset patch # User Thomas Junk # Date 1549279858 -3600 # Node ID 1baae9d31b3deb60b0a8223cb4f4c9f5834bab98 # Parent 8a986d80e1c672f99ec6ae01dded4e6f42fce7cc importschedule: LOS fixed, default level=3 diff -r 8a986d80e1c6 -r 1baae9d31b3d client/src/components/importschedule/importtypes/Fairwaydimensions.vue --- a/client/src/components/importschedule/importtypes/Fairwaydimensions.vue Mon Feb 04 11:34:09 2019 +0100 +++ b/client/src/components/importschedule/importtypes/Fairwaydimensions.vue Mon Feb 04 12:30:58 2019 +0100 @@ -68,10 +68,10 @@ LOS
- + + +
@@ -226,6 +226,16 @@ sourceOrganizationChanged(e) { this.$emit("sourceOrganizationChanged", e.target.value); } + }, + computed: { + los: { + get() { + return this.LOS; + }, + set(value) { + this.$emit("LOSChanged", value * 1); + } + } } }; diff -r 8a986d80e1c6 -r 1baae9d31b3d client/src/store/importschedule.js --- a/client/src/store/importschedule.js Mon Feb 04 11:34:09 2019 +0100 +++ b/client/src/store/importschedule.js Mon Feb 04 12:30:58 2019 +0100 @@ -79,7 +79,7 @@ sortBy: null, username: "", password: "", - LOS: 1, + LOS: 3, minWidth: null, maxWidth: null, depth: null,