Skip to content
Snippets Groups Projects
Commit b3bcf3cf authored by Uma's avatar Uma
Browse files

Fixes follow records for Authorized user with view permission

parent c6ae3fd3
No related branches found
No related tags found
1 merge request!673Fixes follow records for Authorized user with view permission
......@@ -12,7 +12,6 @@ class Vtiger_SaveStar_Action extends Vtiger_Mass_Action {
var $followRecordIds = Array();
public function requiresPermission(\Vtiger_Request $request) {
$permissions = parent::requiresPermission($request);
$permissions[] = array('module_parameter' => 'module', 'action' => 'DetailView', 'record_parameter' => 'record');
return $permissions;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment