From 49a83f4b563a9422cdfd2c6e926b2b3297d8f6ef Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 17 Oct 2023 14:46:35 +0800 Subject: [PATCH] + Unset left stories field in project short block. --- module/block/ui/projectblock.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/block/ui/projectblock.html.php b/module/block/ui/projectblock.html.php index fc076944f3..69870521e8 100644 --- a/module/block/ui/projectblock.html.php +++ b/module/block/ui/projectblock.html.php @@ -20,6 +20,7 @@ if(!$longBlock) unset($config->block->project->dtable->fieldList['status']); unset($config->block->project->dtable->fieldList['consumed']); unset($config->block->project->dtable->fieldList['storyCount']); + unset($config->block->project->dtable->fieldList['leftStories']); unset($config->block->project->dtable->fieldList['leftTasks']); unset($config->block->project->dtable->fieldList['leftBugs']); }