comparison client/src/store/importschedule.js @ 5278:8d19d4701f0c

Fixed saving and use of SortBy in manually running saved imports. I broke this when making SortBy optional.
author wilde@azure1.rgb.intevation.de
date Thu, 11 Jun 2020 11:11:37 +0200
parents 3f704ebad0c5
children 1695e17c5a83
comparison
equal deleted inserted replaced
5277:3bab0e19f08b 5278:8d19d4701f0c
97 simple: null, 97 simple: null,
98 url: null, 98 url: null,
99 insecure: false, 99 insecure: false,
100 triggerActive: true, 100 triggerActive: true,
101 featureType: null, 101 featureType: null,
102 sortBy: "hydro_scamin", 102 sortBy: "",
103 tolerance: 5, 103 tolerance: 5,
104 username: "", 104 username: "",
105 password: "", 105 password: "",
106 LOS: 3, 106 LOS: 3,
107 minWidth: null, 107 minWidth: null,