From 63f1a7741d625a69f8adcf877bc2bba12f5a451f Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 21 Nov 2023 17:07:14 +0800 Subject: [PATCH] + Add open method. --- config/zentaopms.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index eca472f8a9..e4f99496a1 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -229,7 +229,8 @@ $config->openMethods[] = 'project.createguide'; $config->openMethods[] = 'task.editteam'; $config->openMethods[] = 'feedback.mergeproductmodule'; $config->openMethods[] = 'zanode.nodelist'; -$config->openMethods[] = 'action.restoreStages'; +$config->openMethods[] = 'action.restorestages'; +$config->openMethods[] = 'action.commentzin'; $config->openMethods[] = 'execution.browse'; $config->openMethods[] = 'testcase.showimport'; $config->openMethods[] = 'testsuite.index';