Add format type to Case Start and End Dates
authorray-wright <34744834+ray-wright@users.noreply.github.com>
Thu, 15 Nov 2018 08:35:56 +0000 (21:35 +1300)
committereileen <emcnaughton@wikimedia.org>
Thu, 15 Nov 2018 08:37:47 +0000 (21:37 +1300)
CRM/Case/DAO/Case.php
xml/schema/Case/Case.xml

index 8eb08778b488a43078c9ef36f1c51cd10991b8d6..af1fe06f270a8cfd7a04b122e02c4fc5151f42f5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Case/Case.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2a046fd795b19790f45c5d9dde06a538)
+ * (GenCodeChecksum:6b30b1ce81c7eb8088cac1a630c41c37)
  */
 
 /**
@@ -204,6 +204,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'localizable' => 0,
           'html' => [
             'type' => 'Select Date',
+            'formatType' => 'activityDateTime',
           ],
         ],
         'case_end_date' => [
@@ -222,6 +223,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'localizable' => 0,
           'html' => [
             'type' => 'Select Date',
+            'formatType' => 'activityDateTime',
           ],
         ],
         'details' => [
index beeaaa98741380951611ebb65a49f13b193f20f6..7487fc7b6c782b71246c212d0aa582c42168d46c 100644 (file)
     <comment>Date on which given case starts.</comment>
     <html>
       <type>Select Date</type>
+      <formatType>activityDateTime</formatType>
     </html>
     <add>1.8</add>
   </field>
     <comment>Date on which given case ends.</comment>
     <html>
       <type>Select Date</type>
+      <formatType>activityDateTime</formatType>
     </html>
     <add>1.8</add>
   </field>