dev/core#1241 : Custom field value for a new Event based on an Event Template are...
authorMonish Deb <deb.monish@gmail.com>
Thu, 12 Sep 2019 09:10:43 +0000 (14:40 +0530)
committereileen <emcnaughton@wikimedia.org>
Fri, 13 Sep 2019 02:00:54 +0000 (14:00 +1200)
CRM/Event/Form/ManageEvent/EventInfo.php

index 0bf756f151a2447f52591d70965e6a7d1b914a41..b11e8d50f3b44e4d9580c2f1e38fcc140ef2e334 100644 (file)
@@ -66,9 +66,9 @@ class CRM_Event_Form_ManageEvent_EventInfo extends CRM_Event_Form_ManageEvent {
       $this->set('type', 'Event');
       $this->set('subType', CRM_Utils_Array::value('event_type_id', $_POST));
       $this->assign('customDataSubType', CRM_Utils_Array::value('event_type_id', $_POST));
-      $this->set('entityId', $this->_id);
+      $this->set('entityId', $entityID);
 
-      CRM_Custom_Form_CustomData::preProcess($this, NULL, $this->_eventType, 1, 'Event', $this->_id);
+      CRM_Custom_Form_CustomData::preProcess($this, NULL, $this->_eventType, 1, 'Event', $entityID);
       CRM_Custom_Form_CustomData::buildQuickForm($this);
       CRM_Custom_Form_CustomData::setDefaultValues($this);
     }