CRM-18154: Profile custom field option: 'Include in multi-record listing' un-ticked...
authoryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 4 May 2016 09:38:04 +0000 (15:08 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Wed, 4 May 2016 09:38:04 +0000 (15:08 +0530)
----------------------------------------
* CRM-18154: Profile custom field option: "Include in multi-record listing" un-ticked, but still persists
  https://issues.civicrm.org/jira/browse/CRM-18154

CRM/Custom/Form/Field.php

index 9550971ba5a5ba0176f0778f852e4cec43075658..c3d7d85eb85f9eed1e3589b31411ff26698233bb 100644 (file)
@@ -507,7 +507,7 @@ class CRM_Custom_Form_Field extends CRM_Core_Form {
     );
 
     // is active ?
-    $this->add('checkbox', 'is_active', ts('Active?'));
+    $this->add('advcheckbox', 'is_active', ts('Active?'));
 
     // is active ?
     $this->add('checkbox', 'is_view', ts('View Only?'));