From f527590b232ba380639f2f1a25d85ec0943c7906 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 29 Aug 2025 08:10:43 +0000 Subject: [PATCH] * [bug#65100,done,0.2h] fix bug. --- module/story/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/story/config.php b/module/story/config.php index 07c5f26828..2ba8ce102d 100644 --- a/module/story/config.php +++ b/module/story/config.php @@ -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');