From 1a4597874a4138466fcd32e017fc3fe2c18d780c Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Thu, 16 Nov 2017 08:06:52 +0100 Subject: [PATCH] Fixed move function --- pandora_console/include/ajax/visual_console_builder.ajax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/include/ajax/visual_console_builder.ajax.php b/pandora_console/include/ajax/visual_console_builder.ajax.php index 551ed0477d..0cb6258f90 100755 --- a/pandora_console/include/ajax/visual_console_builder.ajax.php +++ b/pandora_console/include/ajax/visual_console_builder.ajax.php @@ -745,6 +745,8 @@ switch ($action) { // Don't change the label because only change the positions unset($values['label']); unset($values['label_position']); + unset($values['id_agent']); + unset($values['enable_link']); // Don't change background color in graphs when move switch ($type) {