diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php
index 64caf5f5e8..950103d321 100644
--- a/module/my/view/task.html.php
+++ b/module/my/view/task.html.php
@@ -104,15 +104,16 @@
' title='name?>'>
team)) echo '' . $this->lang->task->multipleAB . ' ';?>
executionMultiple) ? 'project' : 'execution';
if($task->parent > 0)
{
- echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->parentName . ' / '. $task->name, '', "title='{$task->parentName} / {$task->name}'");
+ echo '' . $this->lang->task->childrenAB . ' ' . html::a($this->createLink('task', 'view', "taskID=$task->id", '', '', $task->project), $task->parentName . ' / '. $task->name, '', "title='{$task->parentName} / {$task->name}' data-app='$dataApp'");
}
else
{
$onlybody = $task->executionType == 'kanban' ? true : '';
$class = $task->executionType == 'kanban' ? 'iframe' : '';
- echo html::a($this->createLink('task', 'view', "taskID=$task->id", '', $onlybody, $task->project), $task->name, null, "class='$class' data-width='80%' style='color: $task->color'");
+ echo html::a($this->createLink('task', 'view', "taskID=$task->id", '', $onlybody, $task->project), $task->name, null, "class='$class' data-width='80%' style='color: $task->color' data-app='$dataApp'");
}
?>
children)) echo '';?>
@@ -189,8 +190,9 @@
id);?>
|
+ executionMultiple) ? 'project' : 'execution';?>
parent > 0) echo '' . $this->lang->task->childrenAB . ' ';?>
- createLink('task', 'view', "taskID=$child->id", '', '', $child->project), $child->name, null, "style='color: $child->color'");?>
+ createLink('task', 'view', "taskID=$child->id", '', '', $child->project), $child->name, null, "style='color: $child->color' data-app='$dataApp'");?>
|
pri;?>' title='task->priList, $child->pri);?>'>task->priList, $child->pri);?> |
|