- Delete the privilege of gitlab-bindProduct.

This commit is contained in:
hufangzhou
2023-04-13 16:20:23 +08:00
parent 1f9432a395
commit 6614ca00ff
7 changed files with 0 additions and 21 deletions
-14
View File
@@ -196,20 +196,6 @@ class gitlab extends control
$this->display();
}
/**
* Bind product and gitlab projects.
*
* @param int $gitlabID
* @access public
* @return void
*/
public function bindProduct($gitlabID)
{
$this->view->projectPairs = $this->gitlab->getProjectPairs($gitlabID);
$this->view->title = $this->lang->gitlab->bindProduct;
$this->display();
}
/**
* Delete a gitlab.
*