Skip to content

Commit

Permalink
fix 1358 Solve the problem of dependency change status not being updated
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 26, 2024
1 parent 95f3ed1 commit bdd4460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/engine/operation/graph/resource_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ func (rn *ResourceNode) applyResource(operation *models.Operation, prior, planed
log.Debugf("import resource:%s, resource:%v", planed.ID, json.Marshal2String(s))
res = response.Resource
} else {
prior.DependsOn = planed.DependsOn
res = prior
}
default:
Expand Down

0 comments on commit bdd4460

Please sign in to comment.