From 59b1153d4a7535bf24a3668d2d0f6566aedc08a4 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Tue, 15 Oct 2024 11:20:53 +0800 Subject: [PATCH] * [bug#55808] Set hint for related object list. --- lib/zin/wg/relatedlist/v1.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/wg/relatedlist/v1.php b/lib/zin/wg/relatedlist/v1.php index e61a5c152e..c4e24c83d1 100644 --- a/lib/zin/wg/relatedlist/v1.php +++ b/lib/zin/wg/relatedlist/v1.php @@ -93,6 +93,7 @@ class relatedList extends wg $items[] = array ( 'title' => $title, + 'hint' => $title, 'items' => $groupItems, 'content' => $showCount ? array('html' => '' . count($groupItems) . '') : null );