-
diff --git a/module/execution/control.php b/module/execution/control.php index 6830792a7a..f55311f7db 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3373,6 +3373,7 @@ class execution extends control $this->view->team = $team; $this->view->executionID = $executionID; $this->view->storyID = $storyID; + $this->view->story = $this->story->getById($storyID); $this->display(); } diff --git a/module/execution/view/storyestimate.html.php b/module/execution/view/storyestimate.html.php index 30e5fa3610..486228280c 100644 --- a/module/execution/view/storyestimate.html.php +++ b/module/execution/view/storyestimate.html.php @@ -20,7 +20,10 @@