diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index 30c310ffc0..fa99e3417c 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -56,11 +56,15 @@ bug->title);?> bug->product);?> typeAB);?> + openedByAB);?> + bug->assignedTo);?> + bug->resolvedByAB);?> + bug->resolutionAB);?> actions;?> @@ -100,11 +104,15 @@ createLink('bug', 'view', "bugID=$bug->id", '', '', $bug->PRJ), $bug->title, null, "style='color: $bug->color' title={$bug->title}");?> createLink('product', 'view', "productID=$bug->product", '', '', $bug->PRJ), $bug->productName, null, "title={$bug->productName}");?> bug->typeList, $bug->type, '');?> + openedBy);?> + bug->printAssignedHtml($bug, $users);?> + resolvedBy);?> + bug->resolutionList, $bug->resolution);?> task->program);?> task->project);?> task->name);?> + openedByAB);?> + task->assignedTo);?> + task->finishedBy);?> + task->estimateAB);?> task->consumedAB);?> task->leftAB);?> @@ -86,11 +90,15 @@ parent > 0) echo '' . $this->lang->task->childrenAB . ' ';?> createLink('task', 'view', "taskID=$task->id", '', '', $task->PRJ), $task->name, null, "style='color: $task->color'");?> + openedBy);?> + task->printAssignedHtml($task, $users);?> + finishedBy);?> + estimate;?> consumed;?> left;?>