Add html type for civicrm_note.privacy field
authorPradeep Nayak <pradpnayak@gmail.com>
Mon, 4 Feb 2019 19:33:39 +0000 (19:33 +0000)
committerPradeep Nayak <pradpnayak@gmail.com>
Mon, 4 Feb 2019 19:33:39 +0000 (19:33 +0000)
CRM/Core/DAO/Note.php
xml/schema/Core/Note.xml

index e15b7df9ac125e1e62fd46025b7ddaa740562296..8287d98ba06672d60663c5ab306451f055f31f40 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Note.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b61ee312769a75c8c8de8acb23094844)
+ * (GenCodeChecksum:daafebd13390de67d82735263e9fa886)
  */
 
 /**
@@ -221,6 +221,9 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Select',
+          ],
           'pseudoconstant' => [
             'optionGroupName' => 'note_privacy',
             'optionEditPath' => 'civicrm/admin/options/note_privacy',
index b6e60dfb17f8ef51cc33b1f3ee82ec50a1b99ff3..c04e66cbbac4843ee454ef5a8b72375f4bbff881 100644 (file)
     <length>255</length>
     <comment>Foreign Key to Note Privacy Level (which is an option value pair and hence an implicit FK)</comment>
     <add>3.3</add>
+    <html>
+      <type>Select</type>
+    </html>
     <pseudoconstant>
       <optionGroupName>note_privacy</optionGroupName>
     </pseudoconstant>