comparison client/src/components/importconfiguration/ScheduledImports.vue @ 5381:80d7e38acaff extented-report

Merged
author Sascha Wilde <wilde@intevation.de>
date Tue, 29 Jun 2021 13:27:09 +0200
parents 755ed195fdc3 23a330c5b10d
children 60bba8e6322b
comparison
equal deleted inserted replaced
5377:d19fdf3d2099 5381:80d7e38acaff
1006 config["cron"] = cron; 1006 config["cron"] = cron;
1007 } 1007 }
1008 if (this.waitRetry) config["wait-retry"] = this.waitRetry; 1008 if (this.waitRetry) config["wait-retry"] = this.waitRetry;
1009 if (this.trys) config["trys"] = Number(this.trys); 1009 if (this.trys) config["trys"] = Number(this.trys);
1010 if (this.import_ === this.$options.IMPORTTYPES.REPORT) { 1010 if (this.import_ === this.$options.IMPORTTYPES.REPORT) {
1011 config["name"] = "default"; 1011 config["name"] = "data-quality-report";
1012 } 1012 }
1013 config["send-email"] = this.eMailNotification; 1013 config["send-email"] = this.eMailNotification;
1014 if (!this.id) { 1014 if (!this.id) {
1015 data["config"] = config; 1015 data["config"] = config;
1016 this.$store 1016 this.$store