CRM-17778 -- preferred mail format is not selected by default
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 6 Jan 2016 13:25:58 +0000 (18:55 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 6 Jan 2016 13:25:58 +0000 (18:55 +0530)
CRM/Core/Form.php

index c53091d56b224ccd472ad87db00abfdf7e8fe305..d17560ace85a7a96535a4dd4169615509ddea147 100644 (file)
@@ -1448,7 +1448,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
 
       case 'Select':
         $props['class'] = CRM_Utils_Array::value('class', $props, 'big') . ' crm-select2';
-        if (!array_key_exists('placeholder', $props)) {
+        if (!array_key_exists('placeholder', $props) && empty($fieldSpec['default'])) {
           $props['placeholder'] = $required ? ts('- select -') : ($context == 'search' ? ts('- any -') : ts('- none -'));
         }
         // TODO: Add and/or option for fields that store multiple values