diff --git a/module/task/model.php b/module/task/model.php index 2aa0f65a5a..c8d2de4c7a 100755 --- a/module/task/model.php +++ b/module/task/model.php @@ -4739,7 +4739,7 @@ class taskModel extends model if(!empty($children)) { - $rows = array_merge($rows, $this->generateRow($children, $users)); + $rows = array_merge($rows, $this->generateRow($children, $users, $executionID, $showBranch, $branchGroups, $modulePairs)); } } return $rows;