From 81a292fcaa82ed2f52921c8422f9bc89ffa86232 Mon Sep 17 00:00:00 2001 From: zhaoke Date: Wed, 2 Aug 2023 11:17:31 +0800 Subject: [PATCH] + Add buildZinForm to openMethods. --- config/zentaopms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zentaopms.php b/config/zentaopms.php index 2648a4fccd..b844d4b7dc 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -240,6 +240,7 @@ $config->openMethods[] = 'custom.index'; $config->openMethods[] = 'testcase.getxmindimport'; $config->openMethods[] = 'testcase.showxmindimport'; $config->openMethods[] = 'testcase.savexmindimport'; +$config->openMethods[] = 'search.buildZinForm'; $config->openModules = array(); $config->openModules[] = 'install';