From 72095bf38ae81ede74ccff7cf086b4e20edabad8 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 15 Mar 2022 16:31:27 +0800 Subject: [PATCH] * Fix bug #20803. --- module/user/view/story.html.php | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/module/user/view/story.html.php b/module/user/view/story.html.php index c19414a157..e1827571b2 100644 --- a/module/user/view/story.html.php +++ b/module/user/view/story.html.php @@ -41,21 +41,23 @@ id}&storyType=$storyType&type=$type&orderBy=%s&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}"; ?> - idAB);?> - priAB);?> + idAB);?> + priAB);?> config->vision == 'lite'):?> - story->project);?> + story->project);?> - story->product);?> + story->product);?> story->title);?> config->vision != 'lite'):?> - story->plan);?> + story->plan);?> + + openedByAB);?> + story->estimateAB);?> + statusAB);?> + config->vision != 'lite'):?> + story->stageAB);?> - openedByAB);?> - story->estimateAB);?> - statusAB);?> - story->stageAB);?> @@ -72,7 +74,9 @@ openedBy);?> estimate . $config->hourUnit;?> processStatus('story', $story);?> + config->vision != 'lite'):?> story->stageList[$story->stage];?> +