changeset 5269:eb79bc545482 wfs-optional-sortby

Allow empty SortBy for Profiles import, too.
author wilde@azure1.rgb.intevation.de
date Mon, 08 Jun 2020 12:17:57 +0200
parents 1ff56484db4e
children 31c50d676bb0
files client/src/components/importconfiguration/types/WaterwayProfiles.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/WaterwayProfiles.vue	Thu Jun 04 14:38:40 2020 +0200
+++ b/client/src/components/importconfiguration/types/WaterwayProfiles.vue	Mon Jun 08 12:17:57 2020 +0200
@@ -159,7 +159,7 @@
       this.uploadFile = files[0];
     },
     submit() {
-      if (!this.url || !this.featureType || !this.sortBy || !this.uploadFile)
+      if (!this.url || !this.featureType || !this.uploadFile)
         return;
       let formData = new FormData();
       formData.append("wp", this.uploadFile);