* Finish task #45491.

This commit is contained in:
liyuchun
2021-12-08 08:56:39 +08:00
parent 7ad1c3e550
commit d40736d387
4 changed files with 16 additions and 20 deletions
+2
View File
@@ -726,6 +726,8 @@ class gitlab extends control
*/
public function browseBranch($gitlabID, $projectID, $orderBy = 'name_desc', $recTotal = 0, $recPerPage = 15, $pageID = 1)
{
$this->session->set('gitlabBranchList', $this->app->getURI(true));
$branchList = array();
$result = $this->gitlab->apiGetBranches($gitlabID, $projectID);
foreach($result as $gitlabBranch)