Merge pull request #19281 from eileenmcnaughton/bool
[civicrm-core.git] / xml / schema / Queue / QueueItem.xml
index cbbb20de3e7a5c0d607eb99876364d109a5dc5cb..f5e68e3989c8696ca122f6f64af3eee3d3259c8e 100644 (file)
@@ -48,6 +48,7 @@
     <required>true</required>
     <html>
       <type>Select Date</type>
+      <formatType>activityDateTime</formatType>
     </html>
   </field>
   <field>
     <comment>date on which this job becomes available; null if ASAP</comment>
     <html>
       <type>Select Date</type>
+      <formatType>activityDateTime</formatType>
     </html>
   </field>
 
   <field>
     <name>data</name>
-    <title>Queue item datas</title>
+    <title>Queue item data</title>
     <type>text</type>
-    <comment>Serialized queue</comment>
+    <comment>Serialized queue data</comment>
+    <serialize>PHP</serialize>
   </field>
   <index>
     <name>index_queueids</name>