* Display the extend fields of testcase in cases page of the testtask module.

This commit is contained in:
liugang
2020-03-19 15:40:42 +08:00
parent 8dda089476
commit d4ee7d8d8f
+1
View File
@@ -1285,6 +1285,7 @@ class testtaskModel extends model
if($id == 'actions') $class .= 'c-actions';
echo "<td class='" . $class . "'" . ($id=='title' ? "title='{$run->title}'":'') . ">";
if(isset($this->config->bizVersion)) $this->loadModel('flow')->printFlowCell('testcase', $run, $id);
switch ($id)
{
case 'id':