Fixed move function
This commit is contained in:
parent
0618a2fd97
commit
1a4597874a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue