- First commit to issue fork.
- πΊπΈUnited States loze Los Angeles
I made a small update to the MR to use $info->getDataTable() to get the table name and only include it if the entity has a data table.
I see some modules that provide views integration use something along the lines of
$table_name = $info->getDataTable() ?: $info->getBaseTable();
to get the table name for joining entities. Im not sure if thats appropriate here or if doing so would break existing views.So I'm just adding this join to the data table which make it work with the parent issue.
- πΊπΈUnited States loze Los Angeles
Here's a patch of the latest MR for composer