* Finish task #55676.

This commit is contained in:
zhouxin
2022-06-01 07:34:04 +00:00
parent cf8fcb2c39
commit bc803e56c8
7 changed files with 187 additions and 38 deletions
+1
View File
@@ -855,6 +855,7 @@ class execution extends control
$this->view->branchGroups = $branchGroups;
$this->view->canBeChanged = common::canModify('execution', $execution); // Determines whether an object is editable.
$this->view->showBranch = $showBranch;
$this->view->storyStages = $this->product->batchGetStoryStage($stories);
$this->display();
}