From 7d3ca48a8dfbf1c102634494ded429555b10614a Mon Sep 17 00:00:00 2001 From: liyang Date: Mon, 10 Nov 2025 10:57:06 +0800 Subject: [PATCH] * [task#152185] fix bug for mr status. --- module/block/ui/assigntomeblock.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/ui/assigntomeblock.html.php b/module/block/ui/assigntomeblock.html.php index 65d61445a8..9d922d4380 100644 --- a/module/block/ui/assigntomeblock.html.php +++ b/module/block/ui/assigntomeblock.html.php @@ -90,7 +90,7 @@ foreach($hasViewPriv as $type => $bool) if($type == 'review') { $statusList = array(); - foreach($data as $key => $review) + foreach($data as $review) { $reviewType = $review->type; if($reviewType == 'projectreview') $reviewType = 'review';