0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-15 05:44:49 +00:00

Fix Activity subpanel isn't working in a module with a parent_type / flex relate field

This commit is contained in:
Frank S 2023-10-24 20:53:04 +02:00 committed by Jack Anderson
parent 8cd10bd32f
commit e910b344f3

View file

@ -344,7 +344,7 @@ class One2MBeanRelationship extends One2MRelationship
$alias = empty($params['join_table_alias']) ? "{$link->name}_rel": $params['join_table_alias'];
$alias = DBManagerFactory::getInstance()->getValidDBName($alias, false, 'alias');
$tableInRoleFilter = "";
$tableInRoleFilter = $startingTable;
if (
(
$startingTable == "meetings"