diff --git a/module/task/control.php b/module/task/control.php index db3740bcb6..51ec0bc928 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -230,6 +230,7 @@ class task extends control $this->view->executions = $this->config->systemMode == 'classic' ? $executions : $this->execution->getByProject(0, 'all', 0, true); $this->view->task = $task; $this->view->users = $users; + $this->view->storyID = $storyID; $this->view->stories = $stories; $this->view->testStoryIdList = $this->loadModel('story')->getTestStories(array_keys($stories), $execution->id); $this->view->members = $members; diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index 20969b791b..b8a7227fdd 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -15,6 +15,12 @@ id));?> + + +