Fixed the lost id_group in the items on visualmap. Ticket #1586
This commit is contained in:
parent
0d9c5277aa
commit
6ba6290830
|
@ -494,6 +494,9 @@ switch ($action) {
|
|||
// Don't change background color in graphs when move
|
||||
|
||||
switch ($type) {
|
||||
case 'group_item':
|
||||
unset($values['id_group']);
|
||||
break;
|
||||
case 'module_graph':
|
||||
unset($values['image']);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue