sklad: make it possible to update the parent

This commit is contained in:
2019-04-19 13:40:47 +02:00
parent 1bd7a9d735
commit 2d1e01a1a2

View File

@@ -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 {