- Delete the privilege of gitlab-bindProduct.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user