Hi I've noticed after adding a new Entity type that the names for the join tables to other entities varies and this is the case for the existing modules:
eg these exist by default:
lead_meeting
meeting_user
this means it's hard to write shared code where you can reference tables using something like {$scope}_meeting
Where could I fix this?
eg these exist by default:
lead_meeting
meeting_user
this means it's hard to write shared code where you can reference tables using something like {$scope}_meeting
Where could I fix this?
Comment