[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:
parent
b9eba3454b
commit
d5646e80b7
|
@ -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':
|
||||||
|
|
Loading…
Reference in New Issue