* Display the extend fields of testcase in cases page of the testtask module.
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user