Hi Yuri,
it's not scope but...but just let you know.
on demo.espocrm.com : No issue
on my instance + production : when i add dynamicLogic to a reportPanel => save error.
So i have look :
line +- 244 : /custom/Espo/Modules/Advanced/Tools/ReportPanel/Service.php. if i add (object) .. no issue.
original : $clientDefs->dynamicLogic->panels->$name = $item;
modified : $clientDefs->dynamicLogic->panels->$name = (object) $item;
AdvancedPack : 3.5.4
php version : 8.2.24 and 8.3.x
os : macos + debian
Regards
it's not scope but...but just let you know.
on demo.espocrm.com : No issue
on my instance + production : when i add dynamicLogic to a reportPanel => save error.
So i have look :
line +- 244 : /custom/Espo/Modules/Advanced/Tools/ReportPanel/Service.php. if i add (object) .. no issue.
original : $clientDefs->dynamicLogic->panels->$name = $item;
modified : $clientDefs->dynamicLogic->panels->$name = (object) $item;
AdvancedPack : 3.5.4
php version : 8.2.24 and 8.3.x
os : macos + debian
Regards
Comment