[artica/pandora_enterprise#1390] Fixed the error which caused the agent link status changed when moving a visual console item

This commit is contained in:
Alejandro Gallardo Escobar 2017-10-19 13:35:35 +02:00
parent b9eba3454b
commit d5646e80b7
1 changed files with 2 additions and 1 deletions

View File

@ -639,7 +639,8 @@ switch ($action) {
// Don't change the label because only change the positions // Don't change the label because only change the positions
unset($values['label']); unset($values['label']);
unset($values['label_position']); unset($values['label_position']);
// Don't change background color in graphs when move // Don't change this values when move
unset($values['enable_link']);
switch ($type) { switch ($type) {
case 'group_item': case 'group_item':