Merge branch dev/task-145143 of zentao/zentaopms (#9536)

This commit is contained in:
刘刚
2025-06-15 11:53:12 +08:00
committed by Gitfox
+1 -1
View File
@@ -1195,7 +1195,7 @@ eof;
if($module == 'product' and $method == 'browse' and !empty($this->app->params['storyType']) and $this->app->params['storyType'] != 'story') $method = $this->app->params['storyType'];
if($module == 'productplan' && ($method == 'story' || $method == 'bug')) $method = 'view';
if($module == 'doc' && $method == 'editTemplate') $method = 'createTemplate';
if($module == 'doc' && $method == 'edittemplate') $method = 'createtemplate';
$openMethods = array(
'user' => array('deny', 'logout'),