* Fix bug#42716,42747

This commit is contained in:
zenggang
2023-12-29 02:26:40 +00:00
parent c85675ac16
commit 03ee7a2700
5 changed files with 7 additions and 3 deletions
+1
View File
@@ -206,6 +206,7 @@ $config->gitlab->dtable->branch->fieldList['lastCommitter']['type'] = 'text';
$config->gitlab->dtable->branch->fieldList['lastCommittedDate']['title'] = $lang->gitlab->branch->lastCommittedDate;
$config->gitlab->dtable->branch->fieldList['lastCommittedDate']['type'] = 'text';
$config->gitlab->dtable->branch->fieldList['lastCommittedDate']['sortType'] = true;
$config->gitlab->dtable->tag = new stdclass();
$config->gitlab->dtable->tag->fieldList['name']['title'] = $lang->gitlab->branch->name;