diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index a07de7c188..fe0c917877 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -62,9 +62,9 @@ idAB);?> - bug->title);?> bug->severityAB);?> priAB);?> + bug->title);?> bug->type);?> bug->product);?> @@ -109,10 +109,6 @@ id);?> - - createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title='{$bug->title}'");?> - case) echo html::a(helper::createLink('testcase', 'view', "caseID=$bug->case&version=$bug->caseVersion"), "[" . $this->lang->testcase->common . "#$bug->case]", '', "class='bug' title='$bug->case'");?> - ' title='bug->severityList, $bug->severity);?>' data-severity='severity;?>'>bug->severityList, $bug->severity, $bug->severity);?> @@ -121,6 +117,10 @@ pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> + + createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title='{$bug->title}'");?> + case) echo html::a(helper::createLink('testcase', 'view', "caseID=$bug->case&version=$bug->caseVersion"), "[" . $this->lang->testcase->common . "#$bug->case]", '', "class='bug' title='$bug->case'");?> + bug->typeList, $bug->type, '');?>