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