Merge branch 'sprint/167_mayue_15506' into 'sprint/167'
Sprint/167 mayue 15506 See merge request easycorp/zentaopms!87
This commit is contained in:
@@ -138,7 +138,7 @@ class gitlab extends control
|
||||
*/
|
||||
public function bindUser($gitlabID)
|
||||
{
|
||||
$userPairs = $this->loadModel('user')->getPairs();
|
||||
$userPairs = $this->loadModel('user')->getPairs('noclosed|noletter');
|
||||
|
||||
$gitlab = $this->gitlab->getByID($gitlabID);
|
||||
$user = $this->gitlab->apiGetCurrentUser($gitlab->url, $gitlab->token);
|
||||
|
||||
Reference in New Issue
Block a user