* Fix bug#42892.

This commit is contained in:
xieqiyu
2024-01-16 10:38:47 +08:00
parent 863218e496
commit 4b3ef3affb
+2
View File
@@ -152,6 +152,8 @@ if(!empty($story->children))
$cols['id']['checkbox'] = false;
$cols['title']['nestedToggle'] = false;
foreach(array_keys($cols) as $fieldName) $cols[$fieldName]['sortType'] = false;
$options = array('users' => $users);
foreach($story->children as $child) $child = $this->story->formatStoryForList($child, $options);
}