Skip to content

Commit

Permalink
Merge pull request #1275 from GnsP/error-classification-ui
Browse files Browse the repository at this point in the history
fix error stage prop propagation in legacy code
  • Loading branch information
GnsP authored Jan 10, 2025
2 parents 244712a + 8fd1b47 commit edd04a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/hydrator/controllers/detail/canvas-ctrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ angular.module(PKG.name + '.feature.hydrator')
this.totalRuns = runs.length;
this.errorStages = (this.PipelineDetailStore.getState().runErrorDetails[this.runId] || [])
.map((err) => err.stageName);

$scope.errorStages = this.errorStages;
$scope.$apply();
}
});

Expand Down

0 comments on commit edd04a8

Please sign in to comment.