From 90df3b752a59d60506e9be108fc0886ea5ab9cc2 Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 15 Jul 2024 11:01:03 +0800 Subject: [PATCH] * [misc] fix error the integerated zdoo can't fetch todo list. --- config/zentaopms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/zentaopms.php b/config/zentaopms.php index 864a3afe80..e6cb4e1499 100644 --- a/config/zentaopms.php +++ b/config/zentaopms.php @@ -214,6 +214,7 @@ $config->openMethods[] = 'sso.bind'; $config->openMethods[] = 'sso.feishuauthen'; $config->openMethods[] = 'sso.feishulogin'; $config->openMethods[] = 'sso.getfeishusso'; +$config->openMethods[] = 'sso.gettodolist'; $config->openMethods[] = 'sso.login'; $config->openMethods[] = 'sso.logout'; $config->openMethods[] = 'upgrade.ajaxupdatefile'; @@ -332,7 +333,6 @@ $config->logonMethods[] = 'space.binduser'; $config->logonMethods[] = 'space.createapplication'; $config->logonMethods[] = 'space.edit'; $config->logonMethods[] = 'space.getstoreappinfo'; -$config->logonMethods[] = 'sso.gettodolist'; $config->logonMethods[] = 'store.appview'; $config->logonMethods[] = 'store.browse'; $config->logonMethods[] = 'story.storyview';