From: atif-shaikh Date: Wed, 5 Nov 2014 08:18:32 +0000 (+0530) Subject: Subtypes Not Visible Fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=05a98cea8d7ac9c71030557ac1ada957ec3f1f15;p=civicrm-core.git Subtypes Not Visible Fix --- diff --git a/CRM/Event/Form/ManageEvent/Registration.php b/CRM/Event/Form/ManageEvent/Registration.php index da52a4beae..a299d81223 100644 --- a/CRM/Event/Form/ManageEvent/Registration.php +++ b/CRM/Event/Form/ManageEvent/Registration.php @@ -361,7 +361,7 @@ class CRM_Event_Form_ManageEvent_Registration extends CRM_Event_Form_ManageEvent extract( ( is_null($configs) ) ? self::getProfileSelectorTypes() : $configs ); $element = $prefix . "custom_post_id_multiple[$count]"; $label .= '
'.ts('(bottom of page)'); - $form->addProfileSelector( $element, $label, $allowCoreTypes, $allowSubTypes, $profileEntities); + $form->addProfileSelector( $element, $label, $allowCoreTypes, $allowSubTypes, $profileEntities, TRUE); } /**