* [misc] fix custom pri list not work in execution case list.
This commit is contained in:
@@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user