Core_DAO - fire links_callback for all entities even if they don't explicitly declare...
authorColeman Watts <coleman@civicrm.org>
Mon, 17 May 2021 22:12:30 +0000 (18:12 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 17 May 2021 22:13:30 +0000 (18:13 -0400)
commit2bc9422f80ea981dc4d87d57a6aaf9a8706122b3
treea7c51051e68b1e738305d70150db173353c4d4ba
parent81e1f97dac9b261fa04370e803c7530931b46c7d
Core_DAO - fire links_callback for all entities even if they don't explicitly declare links

CRM_Core_DAO has a fallback function for entities with no foreign key fields.
Previously, that function did not call createReferenceColumns or fire links_callback
CRM/Core/DAO.php