diff pkg/scheduler/boot.go @ 1652:f39957ea08aa

Scheduled imports: The configuration id is not optional as it used to load the concrete configuration from the database.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 20 Dec 2018 17:23:54 +0100
parents 62171cd9a42b
children 85386ad17d34
line wrap: on
line diff
--- a/pkg/scheduler/boot.go	Thu Dec 20 17:17:05 2018 +0100
+++ b/pkg/scheduler/boot.go	Thu Dec 20 17:23:54 2018 +0100
@@ -63,7 +63,7 @@
 				); err != nil {
 					return false, err
 				}
-				ba.CfgID = &id
+				ba.CfgID = id
 				return true, nil
 			})
 			if err != nil {