mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-15 05:44:49 +00:00
Fix #9537 Activity subpanel isn't working in a module with a parent_type / flex relate field
This commit is contained in:
parent
8cd10bd32f
commit
e910b344f3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue