* 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();
}
+4 -1
View File
@@ -20,7 +20,10 @@
<?php js::set('storyID', $storyID);?>
<div id='mainContent' class='main-content'>
<div class="main-header">
<h2><?php echo $lang->execution->storyEstimate;?></h2>
<h2>
<span class='label label-id'><?php echo $storyID;?></span>
<span title='<?php echo $story->title;?>'><?php echo $story->title;?></span>
</h2>
</div>
<?php if(empty($team)):?>
<div class="table-empty-tip">