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

Check permission on IndexAjax is removed

parent 9f0f5072
No related branches found
No related tags found
1 merge request!360Fixes #1149 :: Uma::Module permission should be checked in widgets display
......@@ -10,10 +10,6 @@
class Vtiger_IndexAjax_View extends Vtiger_Index_View {
function checkPermission(Vtiger_Request $request) {
return true;
}
function __construct() {
parent::__construct();
$this->exposeMethod('showActiveRecords');
......
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