diff client/src/components/importconfiguration/ScheduledImports.vue @ 5375:755ed195fdc3 extented-report

Fix for 5486:dbae10503ee6
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 24 Jun 2021 18:39:03 +0200
parents 1695e17c5a83
children 80d7e38acaff
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 18:39:03 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;