diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index be74ebd47a..bbe35894f8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-05-10 Sergio Martin + + * godmode/agentes/massive_edit_modules.php: Fixed the + massive change of user and password. Also the change of + the export target and historical data was disable. Now + are fixed too. Bug: 2997083 + 2010-05-10 Sergio Martin * godmode/agentes/massive_operations.php: Fixed the diff --git a/pandora_console/godmode/agentes/massive_edit_modules.php b/pandora_console/godmode/agentes/massive_edit_modules.php index a372e71846..884ce24ff2 100644 --- a/pandora_console/godmode/agentes/massive_edit_modules.php +++ b/pandora_console/godmode/agentes/massive_edit_modules.php @@ -47,7 +47,7 @@ function process_manage_edit ($module_name, $group_select = null, $agents_select /* List of fields which can be updated */ $fields = array ('min_warning', 'max_warning', 'min_critical', 'max_critical', 'min_ff_event','module_interval', - 'disabled','post_process','snmp_community','min','max','id_module_group'); + 'disabled','post_process','snmp_community','min','max','id_module_group', 'plugin_user', 'plugin_pass', 'id_export', 'history_data'); $values = array (); foreach ($fields as $field) { $value = get_parameter ($field);