* Replace gitlab repo attribute.

This commit is contained in:
caoyanyi
2023-11-21 16:05:22 +08:00
parent 51a72769c1
commit 68f77dadc0
+2
View File
@@ -327,6 +327,8 @@ class repo extends control
$entry = urldecode($entry);
$pathInfo = helper::mbPathinfo($entry);
if($repo->SCM == 'Gitlab') $repo = $this->repo->processGitService($repo, true);
if($this->app->tab == 'execution') $this->view->executionID = $objectID;
$this->view->title = $this->lang->repo->common . $this->lang->colon . $this->lang->repo->view;
$this->view->dropMenus = $this->repoZen->getBranchAndTagItems($repo, $this->cookie->repoBranch);