* Finish task #73291.

This commit is contained in:
tianshujie
2022-10-25 14:55:31 +08:00
parent d585421fbb
commit d6d008daaa
5 changed files with 62 additions and 31 deletions
+1
View File
@@ -45,6 +45,7 @@ foreach($programs as $program)
$row->$fieldName = $this->program->buildCell($field, $program, $users, $usersAvatar, $userIdPairs, $PMList, $progressList);
}
$row->id = $program->id;
$row->parent = $program->parent;
$rows[] = $row;
}