* [bug#58953,done,1h] Set product plan bug and story priviledge.

This commit is contained in:
daitingting
2025-01-09 15:59:28 +08:00
committed by 綦新志
parent 35b6b4638f
commit a61d5cff2d
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1238,6 +1238,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;'
$openMethods = array(
'user' => array('deny', 'logout'),