diff pkg/models/import.go @ 1194:7db850de0952

Added a signer who makes the final decison on an import. Generate a log entry when the final decison is made.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 18 Nov 2018 18:29:25 +0100
parents 3de54d7b7d30
children 0e1d89241cda
line wrap: on
line diff
--- a/pkg/models/import.go	Fri Nov 16 18:35:09 2018 +0100
+++ b/pkg/models/import.go	Sun Nov 18 18:29:25 2018 +0100
@@ -27,6 +27,7 @@
 		Enqueued ImportTime `json:"enqueued"`
 		Kind     string     `json:"kind"`
 		User     string     `json:"user"`
+		Signer   string     `json:"signer,omitempty"`
 	}
 
 	ImportLogEntry struct {