* [bug#60248,done,1h] Set priList and severityList.

This commit is contained in:
daitingting
2025-03-04 17:46:26 +08:00
committed by 谢杞钰
parent 28458614ac
commit 72cfbce22e
9 changed files with 12 additions and 1 deletions
+1
View File
@@ -127,6 +127,7 @@ if($isFromDoc)
$cols[$key]['sortType'] = false;
if(isset($col['link'])) unset($cols[$key]['link']);
if($key == 'assignedTo') $cols[$key]['type'] = 'user';
if($key == 'pri') $cols[$key]['priList'] = $lang->task->priList;
}
}