diff --git a/module/execution/control.php b/module/execution/control.php index ff80468283..3a35f5ebbb 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -443,7 +443,7 @@ class execution extends control $this->view->browseType = 'group'; $this->view->groupBy = $groupBy; $this->view->orderBy = $groupBy; - $this->view->executionID = $executionID; + $this->view->executionID = $executionID; $this->view->users = $users; $this->view->moduleID = 0; $this->view->moduleName = $this->lang->tree->all; @@ -1873,11 +1873,11 @@ class execution extends control $this->view->title = $this->lang->execution->tree; $this->view->position[] = html::a($this->createLink('execution', 'browse', "executionID=$executionID"), $execution->name); - $this->view->position[] = $this->lang->execution->tree; - $this->view->execution = $execution; - $this->view->executionID = $executionID; - $this->view->level = $type; - $this->view->tree = $this->execution->printTree($tree); + $this->view->position[] = $this->lang->execution->tree; + $this->view->execution = $execution; + $this->view->executionID = $executionID; + $this->view->level = $type; + $this->view->tree = $this->execution->printTree($tree); $this->display(); } diff --git a/module/execution/view/grouptask.html.php b/module/execution/view/grouptask.html.php index fd8c055a84..ca422382b0 100644 --- a/module/execution/view/grouptask.html.php +++ b/module/execution/view/grouptask.html.php @@ -38,9 +38,9 @@
diff --git a/module/execution/view/tree.html.php b/module/execution/view/tree.html.php index aef3be3ca3..e6a668cab2 100644 --- a/module/execution/view/tree.html.php +++ b/module/execution/view/tree.html.php @@ -27,7 +27,7 @@
createLink('task', 'report', "execution=$executionID&browseType=$browseType") : '#'; echo html::a($link, " {$lang->task->reportChart}", '', 'class="btn btn-link"');