* Fix bug #17841,17830.

This commit is contained in:
liyuchun
2021-12-23 09:20:40 +08:00
parent 66bf2a0f80
commit 51d75e0802
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -957,6 +957,7 @@ class gitlab extends control
$tag->name = $gitlabTag->name;
$tag->lastCommitter = $gitlabTag->commit->committer_name;
$tag->updated = date('Y-m-d H:i:s', strtotime($gitlabTag->commit->committed_date));
$tag->protected = $gitlabTag->protected;
$tagList[] = $tag;
}