changeset 5379:23a330c5b10d extented-report

Changed DQR download path to new template name for scheduler.
author wilde@azure1.rgb.intevation.de
date Thu, 24 Jun 2021 16:43:59 +0200
parents 7b6a62d4117e
children a4b52a3ae0bd
files client/src/components/importconfiguration/ScheduledImports.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importconfiguration/ScheduledImports.vue	Thu Jun 24 16:13:35 2021 +0200
+++ b/client/src/components/importconfiguration/ScheduledImports.vue	Thu Jun 24 16:43:59 2021 +0200
@@ -914,7 +914,7 @@
       if (this.trys) data["trys"] = Number(this.trys);
 
       if (this.import_ === this.$options.IMPORTTYPES.REPORT) {
-        data["name"] = "default";
+        data["name"] = "data-quality-report";
       }
       data["send-email"] = this.eMailNotification;
       this.triggerActive = false;
@@ -1008,7 +1008,7 @@
       if (this.waitRetry) config["wait-retry"] = this.waitRetry;
       if (this.trys) config["trys"] = Number(this.trys);
       if (this.import_ === this.$options.IMPORTTYPES.REPORT) {
-        config["name"] = "default";
+        config["name"] = "data-quality-report";
       }
       config["send-email"] = this.eMailNotification;
       if (!this.id) {