changeset 1769:435612f42adb

sort-by problem fixed
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 11 Jan 2019 11:21:20 +0100
parents 25e6cf028b78
children ad9622a3f751
files client/src/store/imports.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {