From aaad6b379afda37db73dffca214a174fb07bff65 Mon Sep 17 00:00:00 2001 From: liyang Date: Mon, 10 Nov 2025 10:55:43 +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 9d922d4380..65d61445a8 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 $review) + foreach($data as $key => $review) { $reviewType = $review->type; if($reviewType == 'projectreview') $reviewType = 'review';