sklad: make it possible to update the parent

This commit is contained in:
Přemysl Eric Janouch 2019-04-19 13:40:47 +02:00
parent 1bd7a9d735
commit 2d1e01a1a2
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 0 deletions

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 {