Compare commits

...

1 Commits

Author SHA1 Message Date
Pascal Fischer
190708ba22 use existing resources if undefined 2024-12-27 11:05:05 +01:00

View File

@@ -137,6 +137,8 @@ func (h *handler) updateGroup(w http.ResponseWriter, r *http.Request) {
resource.FromAPIRequest(&res)
resources = append(resources, resource)
}
} else {
resources = existingGroup.Resources
}
group := types.Group{