diff --git a/compose.yaml b/compose.yaml index 71c1ab1..e018d53 100644 --- a/compose.yaml +++ b/compose.yaml @@ -23,7 +23,6 @@ services: ports: - "8008:80" volumes: - - ./assets:/app/assets:delegated - ./src:/app/src:delegated - ./templates:/app/templates:delegated - ./config:/app/config:delegated diff --git a/src/Service/RedmineService.php b/src/Service/RedmineService.php index 0a78302..7577fac 100644 --- a/src/Service/RedmineService.php +++ b/src/Service/RedmineService.php @@ -246,6 +246,7 @@ class RedmineService $parent = $this->issueRepository->find($issue->getRedmine()['parent']['id']); } $issue->setParent($parent); + $this->em->flush(); } } diff --git a/templates/issue/view.html.twig b/templates/issue/view.html.twig index 2d77af2..122f4b7 100644 --- a/templates/issue/view.html.twig +++ b/templates/issue/view.html.twig @@ -17,6 +17,11 @@ +