@@ -172,25 +175,44 @@
diff --git a/module/datatable/config.php b/module/datatable/config.php index fb535f0f36..0c2c0fdbb0 100644 --- a/module/datatable/config.php +++ b/module/datatable/config.php @@ -1,5 +1,6 @@ datatable->moduleAlias['product-browse'] = 'story'; +$config->datatable->moduleAlias['execution-story'] = 'story'; $config->datatable->moduleAlias['execution-task'] = 'task'; $config->datatable->moduleAlias['testtask-cases'] = 'testcase'; $config->datatable->moduleAlias['program-project'] = 'project'; diff --git a/module/execution/control.php b/module/execution/control.php index dd82569951..cee16e5a2d 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -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(); } diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index f0018a653a..3b1286ae7e 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -161,6 +161,9 @@
@@ -172,25 +175,44 @@