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'] = [
|
if ($template === false) {
|
||||||
'optgroup' => __('Permissions report'),
|
$types['permissions_report'] = [
|
||||||
'name' => __('Permissions report'),
|
'optgroup' => __('Permissions report'),
|
||||||
];
|
'name' => __('Permissions report'),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue