* Modify mr create.

This commit is contained in:
caoyanyi
2022-07-18 17:23:37 +08:00
parent 9037038690
commit 3d98baf24d
14 changed files with 453 additions and 87 deletions
+1 -1
View File
@@ -720,7 +720,7 @@ class gitlab extends control
}
$gitlab = $this->gitlab->getByID($gitlabID);
$repos = $this->loadModel('repo')->getGitLabRepoList($gitlabID);
$repos = $this->loadModel('repo')->getRepoListByClient($gitlabID);
$repoPairs = array();
foreach($repos as $repo) $repoPairs[$repo->path] = $repo->id;