From caf596097a0526fb7bf893bbff2d53ffb0bf3e66 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 13 Jun 2022 14:45:36 +0800 Subject: [PATCH] * Finish task#56909. --- module/execution/view/storykanban.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/view/storykanban.html.php b/module/execution/view/storykanban.html.php index 769fe51f9a..1a5ddd18ed 100644 --- a/module/execution/view/storykanban.html.php +++ b/module/execution/view/storykanban.html.php @@ -59,7 +59,8 @@ $account = $this->app->user->account; - story->stageList[$col];?> + + story->stageList[$col] . ' (' . $storiesCount . ')';?>