* Add product and gitlab relationship.

This commit is contained in:
dingguodong
2021-06-17 16:05:55 +08:00
parent 3efeef51f8
commit 19aac23374
5 changed files with 47 additions and 73 deletions
+4
View File
@@ -128,6 +128,10 @@ class gitlab extends control
public function bindProduct($gitlabID)
{
$this->view->projectPairs = $this->gitlab->getProjectPairs($gitlabID);
$this->view->title = $this->lang->gitlab->bindProduct;
$this->display();
}