From 6602fbab8e5b0dc2cfcd358df727f5d4889b21f7 Mon Sep 17 00:00:00 2001 From: liyang Date: Mon, 29 Jan 2024 17:02:05 +0800 Subject: [PATCH] * Fix Bug #45486. --- module/repo/ui/linkbug.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/ui/linkbug.html.php b/module/repo/ui/linkbug.html.php index d12c00752e..8c7622f59a 100644 --- a/module/repo/ui/linkbug.html.php +++ b/module/repo/ui/linkbug.html.php @@ -45,7 +45,7 @@ div ) ); $cols = array(); -foreach($config->release->dtable->defaultFields['linkBug'] as $field) $cols[$field] = zget($config->bug->dtable->fieldList, $field, array()); +foreach($config->release->dtable->defaultFields['linkBug']['bug'] as $field) $cols[$field] = zget($config->bug->dtable->fieldList, $field, array()); $cols['title']['data-toggle'] = ''; $cols['title']['link'] = array('module' => 'bug', 'method' => 'view', 'params' => 'bugID={id}', 'target' => '_blank');