Merge branch 'sprint/174_mayue_16631' into 'master'

* Fix bug #16631.

See merge request easycorp/zentaopms!670
This commit is contained in:
李玉春
2021-12-01 05:01:25 +00:00
+1 -1
View File
@@ -86,7 +86,7 @@
<td><span class='label-pri label-pri-<?php echo $case->pri;?>' title='<?php echo zget($lang->testcase->priList, $case->pri, $case->pri);?>'><?php echo zget($lang->testcase->priList, $case->pri, $case->pri)?></span></td>
<td class='text-left caseModule' title='<?php echo $modules[$case->module]?>'><?php echo $modules[$case->module];?></td>
<td class='c-name' title='<?php echo $case->title;?>'>
<?php if(!empty($branches)) echo "<span class='label label-info label-badge'>{$branches[$case->branch]}</span>"?>
<?php if(!empty($branches)) echo "<span class='label label-outline label-badge'>{$branches[$case->branch]}</span>"?>
<?php echo html::a($this->createLink('testcase', 'view', "caseID=$case->id&version=$case->caseVersion"), $case->title);?>
</td>
<td><?php echo $lang->testcase->typeList[$case->type];?></td>