From 43583934fc3cce7c3eaa5289a4c41d1794097bb3 Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Thu, 8 Apr 2021 17:26:59 +0800 Subject: [PATCH] * Fix bug #11451. --- module/qa/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/qa/config.php b/module/qa/config.php index 2077db491c..190923c1dc 100644 --- a/module/qa/config.php +++ b/module/qa/config.php @@ -1,3 +1,3 @@ qa->menuList = array('caselib', 'testreport', 'testsuite', 'testtask', 'testcase', 'bug', 'qa', 'automation'); -$config->qa->noDropMenuModule = array('qa', 'caselib', 'automation'); +$config->qa->noDropMenuModule = array('qa', 'caselib', 'automation', 'testsuite');