mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch '47-error-al-modificar-imagen-de-grupo-en-consola-visual-integria-4315-6' into 'pandora_6.0'
Error Changing image for group item in visual console - #47 See merge request !123
This commit is contained in:
commit
31ba687576
@ -503,6 +503,9 @@ switch ($action) {
|
||||
break;
|
||||
case 'group_item':
|
||||
$values['id_group'] = $id_group;
|
||||
$values['height'] = $height;
|
||||
$values['width'] = $width;
|
||||
$values['image'] = $image;
|
||||
break;
|
||||
case 'module_graph':
|
||||
if ($height_module_graph !== null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user