From aa946837de1be28d664b8a39eee9da1c9db41ca6 Mon Sep 17 00:00:00 2001 From: zhaoke Date: Sat, 7 Oct 2023 09:29:39 +0800 Subject: [PATCH] * Fix bug #38805. --- config/zentaopms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/zentaopms.php b/config/zentaopms.php index 1139d22047..36008c3131 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -269,6 +269,7 @@ $config->openMethods[] = 'gitlab.managegroupmembers'; $config->openMethods[] = 'gitlab.browseuser'; $config->openMethods[] = 'gitlab.createuser'; $config->openMethods[] = 'gitlab.edituser'; +$config->openMethods[] = 'gitlab.deleteuser'; $config->openMethods[] = 'gitlab.createbranch'; $config->openMethods[] = 'gitlab.browsebranch'; $config->openMethods[] = 'gitlab.webhook';