systopia / de.systopia.eck

CiviCRM Entity Construction Kit
Other
5 stars 6 forks source link

Replace call to deprecated method `CRM_Core_BAO_CustomGroup::getTree()` #129

Open jensschuppe opened 6 months ago

jensschuppe commented 6 months ago
 ------ --------------------------------------------------------------------------- 
  Line   CRM/Eck/Page/Entity/View.php                                               
 ------ --------------------------------------------------------------------------- 
  88     Call to deprecated method getTree() of class CRM_Core_BAO_CustomGroup:     
         Function demonstrates just how bad code can get from 20 years of entropy.  
 ------ --------------------------------------------------------------------------- 

Blocker for stable version 1.0.

colemanw commented 6 months ago

Looks like that line is part of a quickform... probably the entire form can be replaced with an Afform & then the offending code can be deleted.