From 35614d6bfc3a045e026c4e030a7518dbb13e6bdd Mon Sep 17 00:00:00 2001 From: Yagami Date: Wed, 22 Mar 2023 17:08:02 +0800 Subject: [PATCH] * Finish task #88396. --- module/common/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/model.php b/module/common/model.php index f895006831..0e0596a63a 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -1031,7 +1031,7 @@ class commonModel extends model } /* Check whether other methods under the module have permissions. If yes, point to other methods. */ - if($display == false and isset($lang->$currentModule->menu) and !in_array($currentModule, array('program', 'product', 'project', 'execution'))) + if($display == false and isset($lang->$currentModule->menu) and !in_array($currentModule, array('program', 'product', 'project', 'execution', 'demandpool'))) { foreach($lang->$currentModule->menu as $menu) {