1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(edge): stack associated no dynamic group being deployed [EE-5531] (#10224)

This commit is contained in:
Oscar Zhou 2023-09-04 17:04:45 +12:00 committed by GitHub
parent 490e4ec655
commit 440f4e8dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 360 additions and 7 deletions

View file

@ -125,8 +125,8 @@ func (handler *Handler) endpointUpdate(w http.ResponseWriter, r *http.Request) *
if payload.GroupID != nil {
groupID := portainer.EndpointGroupID(*payload.GroupID)
endpoint.GroupID = groupID
updateRelations = updateRelations || groupID != endpoint.GroupID
endpoint.GroupID = groupID
}
if payload.TagIDs != nil {