* [task#152185] fix bug for mr status.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user