From 529410b5911334812b035e2be5471614d5999e9c Mon Sep 17 00:00:00 2001 From: monishdeb Date: Thu, 15 May 2014 00:17:47 +0530 Subject: [PATCH] CRM-14689 minor fix on Event Config ---------------------------------------- * CRM-14689: Configure contribution page: On Behalf profile notice and Edit / Copy buttons are not working https://issues.civicrm.org/jira/browse/CRM-14689 --- CRM/Event/Form/ManageEvent/Registration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index 036b1d58db..e7f16e73ea 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -374,7 +374,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent $configs['allowCoreTypes'][] = 'Individual'; $configs['allowCoreTypes'][] = 'Participant'; - $configs['profileEntities'][] = array('entity_name' => 'individual_1', 'entity_type' => 'IndividualModel'); + $configs['profileEntities'][] = array('entity_name' => 'contact_1', 'entity_type' => 'IndividualModel'); $configs['profileEntities'][] = array('entity_name' => 'participant_1', 'entity_type' => 'ParticipantModel'); return $configs; -- 2.25.1