changeset 2210:0cae90830be0 pdf-export

import_waterwayprofile: prefill url
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 06 Feb 2019 15:20:58 +0100
parents 7ef7c3fd7383
children e901f509bfcd
files client/src/components/ImportWaterwayProfiles.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/ImportWaterwayProfiles.vue	Wed Feb 06 15:17:42 2019 +0100
+++ b/client/src/components/ImportWaterwayProfiles.vue	Wed Feb 06 15:20:58 2019 +0100
@@ -128,7 +128,7 @@
   name: "importwaterwayprofiles",
   data() {
     return {
-      url: "",
+      url: "https://service.d4d-portal.info/wamos/wfs/",
       sortBy: "hydro_scamin",
       featureType: "ws-wamos:ienc_wtwprf",
       disableUploadButton: false,
@@ -164,7 +164,7 @@
               this.uploadLabel + this.$gettext(" was successfully uploaded.")
             )
           });
-          this.url = "";
+          this.url = "https://service.d4d-portal.info/wamos/wfs/";
           this.uploadFile = null;
           this.uploadLabel = this.$gettext("choose file to upload");
         })