mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Added missing options parameters
Former-commit-id: 7232a12ea2b4609e2727051b7779aaaf96479060
This commit is contained in:
parent
cd83f324a1
commit
15f4f2ec77
@ -448,8 +448,42 @@ switch ($action) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'event_report_agent':
|
case 'event_report_agent':
|
||||||
case 'event_report_group':
|
$description = $item['description'];
|
||||||
|
$period = $item['period'];
|
||||||
|
$group = $item['id_group'];
|
||||||
$recursion = $item['recursion'];
|
$recursion = $item['recursion'];
|
||||||
|
$idAgent = $item['id_agent'];
|
||||||
|
$idAgentModule = $item['id_agent_module'];
|
||||||
|
|
||||||
|
|
||||||
|
$show_summary_group = $style['show_summary_group'];
|
||||||
|
$filter_event_severity = json_decode($style['filter_event_severity'], true);
|
||||||
|
$filter_event_status = json_decode($style['filter_event_status'], true);
|
||||||
|
$filter_event_type = json_decode($style['filter_event_type'], true);
|
||||||
|
|
||||||
|
$event_graph_by_user_validator = $style['event_graph_by_user_validator'];
|
||||||
|
$event_graph_by_criticity = $style['event_graph_by_criticity'];
|
||||||
|
$event_graph_validated_vs_unvalidated = $style['event_graph_validated_vs_unvalidated'];
|
||||||
|
|
||||||
|
$filter_search = $style['event_filter_search'];
|
||||||
|
|
||||||
|
break;
|
||||||
|
|
||||||
|
case 'event_report_group':
|
||||||
|
$description = $item['description'];
|
||||||
|
$period = $item['period'];
|
||||||
|
$group = $item['id_group'];
|
||||||
|
$recursion = $item['recursion'];
|
||||||
|
|
||||||
|
$event_graph_by_agent = $style['event_graph_by_agent'];
|
||||||
|
$event_graph_by_user_validator = $style['event_graph_by_user_validator'];
|
||||||
|
$event_graph_by_criticity = $style['event_graph_by_criticity'];
|
||||||
|
$event_graph_validated_vs_unvalidated = $style['event_graph_validated_vs_unvalidated'];
|
||||||
|
|
||||||
|
$filter_search = $style['event_filter_search'];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'event_report_module':
|
case 'event_report_module':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user