This commit is contained in:
dingguodong
2021-09-08 10:54:50 +08:00
parent 4acb8c181c
commit 02a2892002
+1
View File
@@ -20,6 +20,7 @@ class mr extends control
/* Save current URI to session. */
$this->session->set('mrList', $this->app->getURI(true), 'repo');
common::setMenuVars('devops', $this->session->repoID);
/* Sync GitLab MR to ZenTao Database. */
$MRList = $this->mr->batchSyncMR($MRList);