Skip to content

Commit 541dae3

Browse files
committed
fix: AppGroup pipeline status
1 parent 4661653 commit 541dae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pipeline/CdHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ func (impl *CdHandlerImpl) FetchAppWorkflowStatusForTriggerViewForEnvironment(re
10261026

10271027
statusMap := make(map[int]string)
10281028
if len(wfrIds) > 0 {
1029-
cdWorkflowRunners, err := impl.cdWorkflowRepository.FetchEnvAllCdStagesLatestEntityStatus(wfrIds, request.ParentResourceId)
1029+
cdWorkflowRunners, err := impl.cdWorkflowRepository.FetchAllCdStagesLatestEntityStatus(wfrIds)
10301030
if err != nil && !util.IsErrNoRows(err) {
10311031
return cdWorkflowStatus, err
10321032
}

0 commit comments

Comments
 (0)