From 3a6b5d94b5fb8707cab4704941db487f51af426f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 16 Sep 2014 20:52:40 -0400 Subject: [PATCH] Remove option-edit icon from participant_listing_id --- CRM/Event/Form/ManageEvent/EventInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/EventInfo.php b/CRM/Event/Form/ManageEvent/EventInfo.php index cc998e868c..11d73b460e 100644 --- a/CRM/Event/Form/ManageEvent/EventInfo.php +++ b/CRM/Event/Form/ManageEvent/EventInfo.php @@ -202,7 +202,7 @@ class CRM_Event_Form_ManageEvent_EventInfo extends CRM_Event_Form_ManageEvent { $this->addSelect('default_role_id', array(), TRUE); - $this->addSelect('participant_listing_id', array('placeholder' => ts('Disabled'))); + $this->addSelect('participant_listing_id', array('placeholder' => ts('Disabled'), 'option_url' => NULL)); $this->add('textarea', 'summary', ts('Event Summary'), $attributes['summary']); $this->addWysiwyg('description', ts('Complete Description'), $attributes['event_description']); -- 2.25.1