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:
parent
490e4ec655
commit
440f4e8dda
6 changed files with 360 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue