* Use function processStatus to get status of a testcase.

This commit is contained in:
liugang
2019-07-30 13:12:27 +08:00
parent fc77a1c39e
commit 884f0c1ecc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
<th><?php echo $lang->testcase->status;?></th>
<td>
<?php
echo $lang->testcase->statusList[$case->status];
echo $this->processStatus('testcase', $case);
if($case->version > $case->currentVersion and $from == 'testtask')
{
echo "(<span class='warning' title={$lang->testcase->fromTesttask}>{$lang->testcase->changed}</span> ";