This commit is contained in:
tianshujie
2021-09-14 09:28:02 +08:00
parent 6748622c62
commit a320565459
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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;