* Fix bug #22651,#22645.
This commit is contained in:
@@ -326,7 +326,7 @@ $config->bug->datatable->fieldList['closedDate']['required'] = 'no';
|
||||
|
||||
$config->bug->datatable->fieldList['lastEditedBy']['title'] = 'lastEditedBy';
|
||||
$config->bug->datatable->fieldList['lastEditedBy']['fixed'] = 'no';
|
||||
$config->bug->datatable->fieldList['lastEditedBy']['width'] = '80';
|
||||
$config->bug->datatable->fieldList['lastEditedBy']['width'] = '90';
|
||||
$config->bug->datatable->fieldList['lastEditedBy']['required'] = 'no';
|
||||
|
||||
$config->bug->datatable->fieldList['lastEditedDate']['title'] = 'lastEditedDateAB';
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
$(function()
|
||||
{
|
||||
if($('#bugList thead th.c-title').width() < 150) $('#bugList thead th.c-title').width(150);
|
||||
});
|
||||
Reference in New Issue
Block a user