* Code for feedback #4149.

This commit is contained in:
caoyanyi
2023-09-26 09:27:52 +08:00
parent 2bfb01f193
commit d3d4d50350
+1 -1
View File
@@ -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;