diff --git a/module/execution/control.php b/module/execution/control.php index 6140d8b63d..f38bdfa2ad 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -476,6 +476,7 @@ class execution extends control $this->executionZen->assignCountForStory($executionID, $stories, $storyType); $this->executionZen->assignRelationForStory($execution, $products, $productID, $type, $storyType, $param, $orderBy, $pager); + $this->view->project = $project; $this->display(); }