Merge branch release/21.7.5 of zentao/zentaopms (#11196)

This commit is contained in:
刘刚
2025-08-29 16:30:18 +08:00
committed by Gitfox
+1
View File
@@ -132,6 +132,7 @@ $config->story->actionList['testcase']['hint'] = $lang->testcase->common;
$config->story->actionList['testcase']['key'] = 'testcase';
$config->story->actionList['testcase']['caret'] = 'up';
$config->story->actionList['testcase']['placement'] = 'top-end';
$config->story->actionList['testcase']['data-load'] = false;
$config->story->actionList['testcase']['items'] = array('createTestcase', 'batchCreateTestcase');
$app->loadLang('task');