* Finish task #48617.

This commit is contained in:
liyuchun
2022-02-09 10:21:05 +08:00
parent e54cadfb50
commit 845b7a6417
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -321,6 +321,7 @@ class gitlab extends control
$this->view->title = $this->lang->gitlab->common . $this->lang->colon . $this->lang->gitlab->browseGroup;
$this->view->gitlabID = $gitlabID;
$this->view->gitlab = $this->gitlab->getByID($gitlabID);
$this->view->gitlabGroupList = $groups;
$this->view->adminGroupIDList = $adminGroupIDList;
$this->view->orderBy = $orderBy;