diff pkg/controllers/importqueue.go @ 4195:ad13c581de7c

Fixed building filters for listing import queue.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 14 Aug 2019 14:56:35 +0200
parents 65a5501dc13d
children 948e312e87bc
line wrap: on
line diff
--- a/pkg/controllers/importqueue.go	Wed Aug 14 14:08:59 2019 +0200
+++ b/pkg/controllers/importqueue.go	Wed Aug 14 14:56:35 2019 +0200
@@ -93,7 +93,7 @@
 	cond := func(format string, args ...interface{}) {
 		term := &filterTerm{format: format, args: args}
 		l = append(l, term)
-		a = append(l, term)
+		a = append(a, term)
 		b = append(b, term)
 	}