From 06a584a33e729ff124c013fa51e5ad9135cd84a8 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 10 Jan 2024 11:12:34 +0800 Subject: [PATCH] * Fix bug #42923. --- module/bug/config/table.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/bug/config/table.php b/module/bug/config/table.php index e219b6df7b..65ff037673 100644 --- a/module/bug/config/table.php +++ b/module/bug/config/table.php @@ -200,6 +200,7 @@ $config->bug->dtable->fieldList['lastEditedBy']['title'] = $lang->bug->lastEd $config->bug->dtable->fieldList['lastEditedBy']['type'] = 'user'; $config->bug->dtable->fieldList['lastEditedBy']['group'] = 10; $config->bug->dtable->fieldList['lastEditedBy']['sortType'] = true; +$config->bug->dtable->fieldList['lastEditedBy']['width'] = '90px'; $config->bug->dtable->fieldList['lastEditedDate']['title'] = $lang->bug->abbr->lastEditedDate; $config->bug->dtable->fieldList['lastEditedDate']['type'] = 'date';