* Finish task #88396.

This commit is contained in:
Yagami
2023-03-22 17:08:02 +08:00
parent 4575d65453
commit 35614d6bfc
+1 -1
View File
@@ -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)
{