* [bug#57798,done,0.1h,0h] Fix empty approval status list.

This commit is contained in:
wangyuting
2024-12-05 14:47:27 +08:00
committed by 胡方舟
parent dfc7f89d3b
commit 8ff97062ca
+1 -1
View File
@@ -79,7 +79,7 @@ foreach($reviewList as $review)
$statusList = $lang->attend->reviewStatusList;
}
if(!in_array($type, array('demand', 'story', 'testcase', 'feedback', 'review')) && !$isOAObject)
if(!in_array($type, array('demand', 'story', 'testcase', 'feedback', 'review', 'charter')) && !$isOAObject)
{
if($rawMethod == 'audit') $statusList = $lang->approval->nodeList;