# HG changeset patch # User Thomas Junk # Date 1549282801 -3600 # Node ID e9879eb7e965f6f70adaf09bf5328d6864b0095e # Parent 9372e4604a2c41f729307ac048a9952f73fde067 importschedule: in case of UPDATE send proper document diff -r 9372e4604a2c -r e9879eb7e965 client/src/components/ImportStretches.vue --- a/client/src/components/ImportStretches.vue Mon Feb 04 13:01:06 2019 +0100 +++ b/client/src/components/ImportStretches.vue Mon Feb 04 13:20:01 2019 +0100 @@ -190,11 +190,6 @@ aria-label="nobjbn" v-model="nobjbn" /> - - - Please enter an objectname - -
@@ -451,7 +446,6 @@ !this.source || !this.date_info || !this.objbn || - !this.nobjbn || !this.countryCode ) return; diff -r 9372e4604a2c -r e9879eb7e965 client/src/components/importschedule/Importscheduledetail.vue --- a/client/src/components/importschedule/Importscheduledetail.vue Mon Feb 04 13:01:06 2019 +0100 +++ b/client/src/components/importschedule/Importscheduledetail.vue Mon Feb 04 13:20:01 2019 +0100 @@ -717,8 +717,8 @@ } if (this.scheduled) config["cron"] = cron; config["send-email"] = this.eMailNotification; - data["config"] = config; if (!this.id) { + data["config"] = config; this.$store .dispatch("importschedule/saveCurrentSchedule", data) .then(response => { @@ -748,7 +748,7 @@ } else { this.$store .dispatch("importschedule/updateCurrentSchedule", { - data: data, + data: config, id: this.id }) .then(response => { diff -r 9372e4604a2c -r e9879eb7e965 client/src/components/staging/StagingDetail.vue --- a/client/src/components/staging/StagingDetail.vue Mon Feb 04 13:01:06 2019 +0100 +++ b/client/src/components/staging/StagingDetail.vue Mon Feb 04 13:20:01 2019 +0100 @@ -17,6 +17,7 @@ >{{ data.summary["source-organization"] }} (LOS: {{ data.summary.los }}) + STRETCH
{{ data.kind.toUpperCase() }}