From f4eca4812a3d0f9ec4d6226e08df26bfa17bb3df Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Wed, 22 Nov 2023 09:37:53 +0800 Subject: [PATCH] + Add open method for log. --- config/zentaopms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zentaopms.php b/config/zentaopms.php index e4f99496a1..4252ac7544 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -231,6 +231,7 @@ $config->openMethods[] = 'feedback.mergeproductmodule'; $config->openMethods[] = 'zanode.nodelist'; $config->openMethods[] = 'action.restorestages'; $config->openMethods[] = 'action.commentzin'; +$config->openMethods[] = 'action.editcommentzin'; $config->openMethods[] = 'execution.browse'; $config->openMethods[] = 'testcase.showimport'; $config->openMethods[] = 'testsuite.index';