Fix bug: task references are not unique
This commit is contained in:
@@ -191,7 +191,7 @@ class GitlabWebhook extends Base
|
||||
*/
|
||||
public function handleIssueClosed(array $issue)
|
||||
{
|
||||
$task = $this->taskFinder->getByReference($issue['id']);
|
||||
$task = $this->taskFinder->getByReference($this->project_id, $issue['id']);
|
||||
|
||||
if (! empty($task)) {
|
||||
$event = array(
|
||||
|
||||
Reference in New Issue
Block a user