svg
This commit is contained in:
@ -246,6 +246,7 @@ class RedmineService
|
||||
$parent = $this->issueRepository->find($issue->getRedmine()['parent']['id']);
|
||||
}
|
||||
$issue->setParent($parent);
|
||||
$this->em->flush();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user