mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-15 23:08:44 +02:00
Merge branch 'ent-6886-item-permissions-report-aparece-en-templates' into 'develop'
Removed item permissions report from report templates See merge request artica/pandorafms!3744
This commit is contained in:
commit
56d8f87e42
@ -890,10 +890,12 @@ function reports_get_report_types($template=false, $not_editor=false)
|
||||
];
|
||||
}
|
||||
|
||||
$types['permissions_report'] = [
|
||||
'optgroup' => __('Permissions report'),
|
||||
'name' => __('Permissions report'),
|
||||
];
|
||||
if ($template === false) {
|
||||
$types['permissions_report'] = [
|
||||
'optgroup' => __('Permissions report'),
|
||||
'name' => __('Permissions report'),
|
||||
];
|
||||
}
|
||||
|
||||
return $types;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user