Skip to content

Commit

Permalink
Fixed the recommendation validation history creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbaidan committed Sep 1, 2024
1 parent 2fd1872 commit 9ea2219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/AnrRecommendationRiskService.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ public function validateFor(Entity\Anr $anr, int $recommendationRiskId, array $d
/* Obtain list of new controls (commentAfter), that were specified since the new validation process
is started of all the recommendations linked to the risk. */
$cacheCommentsAfter = $this->recommendationHistoryService->getValidatedCachedCommentsList(
$recommendationRisk->getInstanceRiskOp(),
$instanceRisk,
$recommendationHistory
);

Expand Down

0 comments on commit 9ea2219

Please sign in to comment.