mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Removed item permissions report from report templates
This commit is contained in:
parent
91b3aca7cf
commit
97a1020ec2
@ -890,10 +890,12 @@ function reports_get_report_types($template=false, $not_editor=false)
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
$types['permissions_report'] = [
|
if ($template === false) {
|
||||||
'optgroup' => __('Permissions report'),
|
$types['permissions_report'] = [
|
||||||
'name' => __('Permissions report'),
|
'optgroup' => __('Permissions report'),
|
||||||
];
|
'name' => __('Permissions report'),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user