# HG changeset patch # User Thomas Junk # Date 1547202080 -3600 # Node ID 435612f42adbab5f7efcbafb8e44004f41c7513a # Parent 25e6cf028b786e3114c0b28f27394bb5596deda2 sort-by problem fixed diff -r 25e6cf028b78 -r 435612f42adb client/src/store/imports.js --- a/client/src/store/imports.js Fri Jan 11 11:05:46 2019 +0100 +++ b/client/src/store/imports.js Fri Jan 11 11:21:20 2019 +0100 @@ -145,7 +145,8 @@ Vue.set(state.currentSchedule, "url", url); } if (attributes) { - let { insecure, sortBy } = attributes; + let { insecure } = attributes; + let sortBy = attributes["sort-by"]; const featureType = attributes["feature-type"]; insecure = insecure == "true"; if (insecure) {