* [bug#60136,done,0.1h] fix bug.

This commit is contained in:
sunguangming
2025-02-27 17:07:20 +08:00
committed by 田淑杰
parent 975c95ef7c
commit 913dfb37d7
+1
View File
@@ -144,6 +144,7 @@ if($task->children)
{
foreach($task->children as $child)
{
$child->rawStory = $child->story;
if($child->mode == 'multi' && strpos('done,closed', $child->status) === false)
{
$child->assignedTo = '';