This commit is contained in:
2025-07-11 14:00:54 +02:00
parent ee8220f059
commit fcfe19b047
3 changed files with 22 additions and 13 deletions

View File

@ -246,6 +246,7 @@ class RedmineService
$parent = $this->issueRepository->find($issue->getRedmine()['parent']['id']);
}
$issue->setParent($parent);
$this->em->flush();
}
}