* Fix full text search feedback no permission.
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user