* [misc] fix custom pri list not work in execution case list.

This commit is contained in:
sunhao
2025-05-15 08:26:20 +08:00
committed by 刘刚
parent 9c4ffe4011
commit 14a12dab61
+1
View File
@@ -89,6 +89,7 @@ foreach($cases as $case)
$cols = $this->loadModel('datatable')->getSetting('execution', 'testcase');
$cols['id']['name'] = $cols['id']['type'] = 'id';
if(isset($cols['pri'])) $cols['pri']['priList'] = $lang->testcase->priList;
dtable
(