changeset 2307:e1aa9bb65da6

import_schedule: send email when manually triggering import
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 18 Feb 2019 13:32:44 +0100
parents d6f2bf26099c
children f42a7ba05979
files client/src/components/importschedule/Importscheduledetail.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/Importscheduledetail.vue	Mon Feb 18 12:53:10 2019 +0100
+++ b/client/src/components/importschedule/Importscheduledetail.vue	Mon Feb 18 13:32:44 2019 +0100
@@ -762,6 +762,7 @@
         data["depth"] = this.depth * 1;
         data["source-organization"] = this.sourceOrganization;
       }
+      data["send-email"] = this.eMailNotification;
       this.triggerActive = false;
       this.$store
         .dispatch("importschedule/triggerImport", {