log pkg/controllers/printtemplates.go @ 5220:142ac550bd9a new-fwa

age author description
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Fri, 02 Aug 2019 16:10:42 +0200 Tom Gottfried Remove utility function with possibly bad performance impact
Thu, 09 May 2019 17:13:16 +0200 Sascha L. Teichmann Print templates: Fixed accessing templates by type.
Thu, 09 May 2019 16:16:37 +0200 Sascha L. Teichmann Print templates: Forget to scan the type from the result set when listing available templates.
Thu, 09 May 2019 15:42:21 +0200 Sascha L. Teichmann Fixed SQL statements. Got broken when migrated to new filter builder.