diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index d38b3d3674..45f9ce52d7 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -229,7 +229,7 @@ $value) { - $this->story->printCell($value, $story, $users, $branchOption, $storyStages, $modulePairs, $storyTasks, $storyBugs, $storyCases, $useDatatable ? 'datatable' : 'table', '', $execution, $showBranch); + $this->story->printCell($value, $story, $users, $branchOption, $storyStages, $modulePairs, $storyTasks, $storyBugs, $storyCases, $useDatatable ? 'datatable' : 'table', 'story', $execution, $showBranch); } ?>