From 3da9fdd18cfb24c54c68d79cac5b5b4500825338 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 26 Aug 2022 09:49:54 +0800 Subject: [PATCH] * Fix bug #26916. --- module/execution/view/story.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } ?>