* Add update story to gitlab issue.
This commit is contained in:
@@ -77,6 +77,21 @@ class gitlabModel extends model
|
||||
->fetchPairs();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get gitlab gitlabID and gitlabProjectID.
|
||||
*
|
||||
* @param int $gitlab
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function getGitlabToGitlabProject($storyID)
|
||||
{
|
||||
return $this->dao->select('BID,BVersion')->from(TABLE_RELATION)
|
||||
->where('relation')->eq('gitlab')
|
||||
->andWhere('AID')->eq($storyID)
|
||||
->fetchAll();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get zentao account gitlab user id pairs of one gitlab.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user