Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.0
-
Component/s: CiviCRM Search
-
Labels:None
Description
when running an advanced search and using the display results as option, we're getting:
Fatal error: Call to undefined method CRM_Member_Selector_Search::removeActions() in /var/www/d7.demo.civicrm.org/svn/trunk/CRM/Core/Selector/Controller.php on line 350
I'm 95% sure this is related to #9171 as that is where the removeActions method was added.
looks like the component searches don't inherit from the class containing those methods.