We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4661653 commit 541dae3Copy full SHA for 541dae3
pkg/pipeline/CdHandler.go
@@ -1026,7 +1026,7 @@ func (impl *CdHandlerImpl) FetchAppWorkflowStatusForTriggerViewForEnvironment(re
1026
1027
statusMap := make(map[int]string)
1028
if len(wfrIds) > 0 {
1029
- cdWorkflowRunners, err := impl.cdWorkflowRepository.FetchEnvAllCdStagesLatestEntityStatus(wfrIds, request.ParentResourceId)
+ cdWorkflowRunners, err := impl.cdWorkflowRepository.FetchAllCdStagesLatestEntityStatus(wfrIds)
1030
if err != nil && !util.IsErrNoRows(err) {
1031
return cdWorkflowStatus, err
1032
}
0 commit comments