Error Changing image for group item in visual console - #47
This commit is contained in:
parent
fc28d720bd
commit
333dcbaae5
|
@ -503,6 +503,9 @@ switch ($action) {
|
||||||
break;
|
break;
|
||||||
case 'group_item':
|
case 'group_item':
|
||||||
$values['id_group'] = $id_group;
|
$values['id_group'] = $id_group;
|
||||||
|
$values['height'] = $height;
|
||||||
|
$values['width'] = $width;
|
||||||
|
$values['image'] = $image;
|
||||||
break;
|
break;
|
||||||
case 'module_graph':
|
case 'module_graph':
|
||||||
if ($height_module_graph !== null) {
|
if ($height_module_graph !== null) {
|
||||||
|
|
Loading…
Reference in New Issue