mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed the lost id_group in the items on visualmap. Ticket #1586
This commit is contained in:
parent
b6c7b20cb9
commit
e067ca6ab3
@ -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…
x
Reference in New Issue
Block a user