Merge branch 'fixbugs_zhouxin_15286' into 'master'

* Fix bug #15286.

See merge request easycorp/zentaopms!2645
This commit is contained in:
孙广明
2022-03-30 09:15:38 +00:00
+1 -1
View File
@@ -784,7 +784,7 @@ $lang->resource->execution->whitelist = 'whitelist';
$lang->resource->execution->addWhitelist = 'addWhitelist';
$lang->resource->execution->unbindWhitelist = 'unbindWhitelist';
$lang->resource->execution->storyEstimate = 'storyEstimate';
$lang->resource->execution->executionkanban = 'kanbanAction';
if($config->systemMode == 'new') $lang->resource->execution->executionkanban = 'kanbanAction';
$lang->resource->execution->kanban = 'RDKanban';
//if($config->systemMode == 'classic') $lang->resource->project->list = 'list';