diff --git a/module/mr/control.php b/module/mr/control.php index 9668c7ce32..6dac1f64ac 100644 --- a/module/mr/control.php +++ b/module/mr/control.php @@ -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);