Fixed the lost id_group in the items on visualmap. Ticket #1586

This commit is contained in:
mdtrooper 2014-11-28 12:23:27 +01:00
parent 0d9c5277aa
commit 6ba6290830
1 changed files with 3 additions and 0 deletions

View File

@ -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;