Merge branch 'ent-6351-Informes-de-logs-en-meta' into 'develop'
Ent 6351 informes de logs en meta See merge request artica/pandorafms!3681
This commit is contained in:
commit
c546e532a3
|
@ -876,7 +876,7 @@ function reports_get_report_types($template=false, $not_editor=false)
|
|||
];
|
||||
}
|
||||
|
||||
if ($config['enterprise_installed'] && $template === false) {
|
||||
if ($config['enterprise_installed'] && $template === false && !is_metaconsole()) {
|
||||
$types['event_report_log'] = [
|
||||
'optgroup' => __('Log'),
|
||||
'name' => __('Log report'),
|
||||
|
|
Loading…
Reference in New Issue