* Add GitLab and ZenTao user binding status.

This commit is contained in:
dingguodong
2021-10-11 16:21:11 +08:00
parent d9b19205b8
commit c0764bb1e9
6 changed files with 16 additions and 6 deletions
+1
View File
@@ -188,6 +188,7 @@ class gitlab extends control
$this->view->title = $this->lang->gitlab->bindUser;
$this->view->userPairs = $userPairs;
$this->view->gitlabUsers = $this->gitlab->apiGetUsers($gitlabID);
$this->view->bindedUsers = $this->gitlab->getUserAccountIdPairs($gitlabID);
$this->view->matchedResult = $this->gitlab->getMatchedUsers($gitlabID, $this->view->gitlabUsers, $zentaoUsers);
$this->display();
}