Skip to content
Snippets Groups Projects
Commit ede14745 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

add filter based on entity types for profile builder

parent 41fd8e26
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ class CRM_Contribute_Form_ContributionPage_Custom extends CRM_Contribute_Form_Co
*/
public function buildQuickForm() {
// Register 'individual_1' model
// Register 'contact_1' model
$entities = array();
$entities[] = array('entity_name' => 'contact_1', 'entity_type' => 'IndividualModel');
$allowCoreTypes = array_merge(array('Contact', 'Individual'), CRM_Contact_BAO_ContactType::subTypes('Individual'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment