* [bug#55808] Set hint for related object list.

This commit is contained in:
xieqiyu
2024-10-15 11:22:08 +08:00
committed by 王于听
parent 6139c975e6
commit 59b1153d4a
+1
View File
@@ -93,6 +93,7 @@ class relatedList extends wg
$items[] = array
(
'title' => $title,
'hint' => $title,
'items' => $groupItems,
'content' => $showCount ? array('html' => '<span class="label gray-pale rounded-full size-sm">' . count($groupItems) . '</span>') : null
);