Fixed the SLA form editor for to set graphs. TICKET: #2172

(cherry picked from commit e1e64b1a54)
This commit is contained in:
mdtrooper 2015-04-30 16:48:10 +02:00
parent 3a74ee9f15
commit 5545e4e616
1 changed files with 4 additions and 0 deletions

View File

@ -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':