* Finish task#56931.

This commit is contained in:
xieqiyu
2022-06-14 14:12:57 +08:00
parent 4d960b1ff3
commit 8814f0f6dd
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -3372,6 +3372,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();
}