diff pkg/controllers/agmimports.go @ 1754:807569b08513

Import queue: Auto acceptance is now a property of the import kind itself and is not configurable any more.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Jan 2019 16:19:26 +0100
parents 44398a8bdf94
children b0bf7533deec
line wrap: on
line diff
--- a/pkg/controllers/agmimports.go	Thu Jan 10 15:55:08 2019 +0100
+++ b/pkg/controllers/agmimports.go	Thu Jan 10 16:19:26 2019 +0100
@@ -115,7 +115,7 @@
 		imports.AGMJobKind,
 		due, retries,
 		session.User,
-		sendEmail, false,
+		sendEmail,
 		serialized)
 
 	if err != nil {