Fixed the SLA form editor for to set graphs. TICKET: #2172
This commit is contained in:
parent
6f0d4ba1f9
commit
e1e64b1a54
|
@ -819,6 +819,8 @@ switch ($action) {
|
|||
$values['top_n'] = get_parameter('combo_sla_sort_options',0);
|
||||
$values['top_n_value'] = get_parameter('quantity');
|
||||
$values['text'] = get_parameter('text');
|
||||
$values['show_graph'] = get_parameter('combo_graph_options');
|
||||
|
||||
$good_format = true;
|
||||
break;
|
||||
case 'inventory':
|
||||
|
@ -1053,6 +1055,8 @@ switch ($action) {
|
|||
$values['top_n'] = get_parameter('combo_sla_sort_options',0);
|
||||
$values['top_n_value'] = get_parameter('quantity');
|
||||
$values['text'] = get_parameter('text');
|
||||
$values['show_graph'] = get_parameter('combo_graph_options');
|
||||
|
||||
$good_format = true;
|
||||
break;
|
||||
case 'inventory':
|
||||
|
|
Loading…
Reference in New Issue