* [bug#55808] Set hint for related object list.
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user