From 541032f12efd5ac1fa98489d08864fae8e84b2e4 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 22 Mar 2022 10:40:34 +0800 Subject: [PATCH] * Fix bug #15763. --- module/execution/css/story.css | 2 +- module/execution/view/story.html.php | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/module/execution/css/story.css b/module/execution/css/story.css index b619cd26f2..42a3c1410d 100644 --- a/module/execution/css/story.css +++ b/module/execution/css/story.css @@ -12,4 +12,4 @@ th.c-pri{width:50px;} .c-category {width: 80px;} .c-actions-7 {width: 190px;} .closed-story {color: #e5e5e5;} -.stageBox {height: 180px; overflow: scroll;} +.stageBox {height: 180px; overflow: scroll; background: white;} diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 7724339deb..35f3345ed3 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -218,7 +218,7 @@ createLink('story', 'view', "storyID=$story->id&version=$story->version¶m=$execution->id"); $totalEstimate += $story->estimate; - ?> +?> @@ -354,7 +354,14 @@
"; + if(sizeof($stories) == 1) + { + echo "