From 2d1e01a1a2503d9d3d7ba04e3873629f0300199e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 19 Apr 2019 13:40:47 +0200 Subject: [PATCH] sklad: make it possible to update the parent --- cmd/sklad/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/sklad/main.go b/cmd/sklad/main.go index 475d214..83b9213 100644 --- a/cmd/sklad/main.go +++ b/cmd/sklad/main.go @@ -92,6 +92,7 @@ func handleContainerPost(r *http.Request) error { c := *container c.Description = description c.Series = series + c.Parent = parent return dbContainerUpdate(container, c) } } else if remove {