* Fix bug#42805

This commit is contained in:
zenggang
2023-12-29 08:03:10 +00:00
parent 266b48744c
commit 768f075d6f
+1 -1
View File
@@ -212,7 +212,7 @@ $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;
$config->gitlab->dtable->tag->fieldList['name']['title'] = $lang->gitlab->tag->name;
$config->gitlab->dtable->tag->fieldList['name']['type'] = 'title';
$config->gitlab->dtable->tag->fieldList['lastCommitter']['title'] = $lang->gitlab->branch->lastCommitter;