From a63c2252930393b7aa19e26302d5728c788ca3c6 Mon Sep 17 00:00:00 2001 From: liuhong Date: Mon, 15 Aug 2022 02:47:34 +0000 Subject: [PATCH] *Fix bug #26210. --- module/build/view/linkstory.html.php | 2 +- module/projectrelease/view/linkstory.html.php | 4 ++-- module/release/view/linkstory.html.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module/build/view/linkstory.html.php b/module/build/view/linkstory.html.php index 560807515e..9700032238 100644 --- a/module/build/view/linkstory.html.php +++ b/module/build/view/linkstory.html.php @@ -54,7 +54,7 @@ openedBy);?> assignedTo);?> estimate . $config->hourUnit;?> - + processStatus('story', $story);?> diff --git a/module/projectrelease/view/linkstory.html.php b/module/projectrelease/view/linkstory.html.php index c417769aa2..2d37e27b1c 100644 --- a/module/projectrelease/view/linkstory.html.php +++ b/module/projectrelease/view/linkstory.html.php @@ -32,7 +32,7 @@ openedByAB;?> assignedToAB;?> story->estimateAB;?> - statusAB;?> + statusAB;?> story->stageAB;?> @@ -57,7 +57,7 @@ openedBy);?> assignedTo);?> estimate . $config->hourUnit;?> - processStatus('story', $story);?> + processStatus('story', $story);?> story->stageList, $story->stage);?> diff --git a/module/release/view/linkstory.html.php b/module/release/view/linkstory.html.php index d376bb94f5..ac096a3caa 100644 --- a/module/release/view/linkstory.html.php +++ b/module/release/view/linkstory.html.php @@ -57,7 +57,7 @@ openedBy);?> assignedTo);?> estimate . $config->hourUnit;?> - processStatus('story', $story);?> + processStatus('story', $story);?> story->stageList, $story->stage);?>