diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c001f830ed..7beabcb0fa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-04-23 Dario Rodriguez + + * godmode/reporting/visual_console_builder.wizard.php: Unsorted + combo in visual console wizard to switch the default type of item + to static graph to preserve the previous default behaviour. + 2012-04-23 Vanessa Gil * operation/menu.php diff --git a/pandora_console/godmode/reporting/visual_console_builder.wizard.php b/pandora_console/godmode/reporting/visual_console_builder.wizard.php index 6e413275e0..c5352fbb39 100644 --- a/pandora_console/godmode/reporting/visual_console_builder.wizard.php +++ b/pandora_console/godmode/reporting/visual_console_builder.wizard.php @@ -59,7 +59,7 @@ $type_list = array( $table->rowstyle["all_0"] = 'display: none;'; $table->data["all_0"][0] = __('Type'); -$table->data["all_0"][1] = html_print_select ($type_list, 'type', '', 'hidden_rows()', '', '', true); +$table->data["all_0"][1] = html_print_select ($type_list, 'type', '', 'hidden_rows()', '', '', true, false, false); $table->rowstyle["staticgraph"] = 'display: none;'; $table->data["staticgraph"][0] = __('Image');