* Fix full text search feedback no permission.

This commit is contained in:
tanghucheng
2023-06-06 09:25:57 +00:00
parent f396f996ac
commit d992b8c3fd

View File

@@ -2561,6 +2561,7 @@ EOF;
if($module == 'product' and $method == 'browse' and !empty($app->params['storyType']) and $app->params['storyType'] == 'requirement') $method = 'requirement';
if($module == 'product' and $method == 'browse' and !empty($params['storyType']) and $params['storyType'] == 'requirement') $method = 'requirement';
if($module == 'story' and $method == 'linkrequirements') $module = 'requirement';
if($app->config->vision != 'lite' and $module == 'feedback' and $method == 'view') $method = 'adminview';
/* If the user is doing a tutorial, have all tutorial privs. */
if(defined('TUTORIAL'))