From 8df36de17990fe3d842847c6d718df126343e6fd Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 6 Dec 2024 17:19:52 +0800 Subject: [PATCH] * [refac bug #57783] Add changed status lang. --- module/project/ui/execution.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/ui/execution.html.php b/module/project/ui/execution.html.php index ccf5022bfd..33d5c88997 100644 --- a/module/project/ui/execution.html.php +++ b/module/project/ui/execution.html.php @@ -58,6 +58,7 @@ if($canBatchAction) /* Generate data table fields. */ $fieldList = $config->project->execution->dtable->fieldList; +$fieldList['status']['statusMap']['changed'] = $lang->task->storyChange; /* waterfall & waterfallplus model with different edit link. */ if(in_array($project->model, array('waterfall', 'waterfallplus')))