Details
Description
Looks like the new select2 changes have caused $params['participant_role_id'] not to be set.
We are getting a notice undefined index in postProcess in CRM/Event/Form/Participant.php
(currently about line 1152)
if ($this->_params['participant_role_id'])
This is causing postprocess for custom fields to be skipped.
Attachments
Issue Links
- is supplemented by
-
CRM-14623 PHP Notices when registering a participant in the back end for an event that uses a price set with max participants
- Done/Fixed