CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / Queue / QueueItem.xml
index 6500d9377d7a3db8cb0eaa63bb752ffa31692946..e3761c6bde2b2294325064d8308f7979033350d9 100644 (file)
       <length>64</length>
       <comment>Name of the queue which includes this item</comment>
       <required>true</required>
+      <html>
+        <type>Text</type>
+      </html>
   </field>
   <field>
       <name>weight</name>
       <type>int</type>
       <required>true</required>
+      <html>
+        <type>Text</type>
+      </html>
   </field>
   <field>
       <name>submit_time</name>
       <type>datetime</type>
       <comment>date on which this item was submitted to the queue</comment>
       <required>true</required>
+      <html>
+        <type>Select Date</type>
+    </html>
   </field>
   <field>
       <name>release_time</name>
       <type>datetime</type>
       <comment>date on which this job becomes available; null if ASAP</comment>
+      <html>
+        <type>Select Date</type>
+    </html>
   </field>
+  
   <field>
       <name>data</name>
       <title>Queue item datas</title>