diff --git a/module/execution/control.php b/module/execution/control.php index cba6ae03c4..66216ebdd5 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1743,7 +1743,7 @@ class execution extends control $this->executionZen->assignTaskKanbanVars($execution); - if($this->app->tab == 'project') $this->view->projectID = $executionID; + if($this->app->tab == 'project') $this->view->projectID = $execution->project; $this->view->storyOrder = $orderBy; $this->view->orderBy = 'id_asc'; $this->view->executionID = $executionID;