CRM-14955 - add custom tokens to greetings
[civicrm-core.git] / xml / schema / Mailing / MailingJob.xml
index e13aaca2c47b1e960cf6dd917e7ecc1127125270..244efea68a06999d920453593146cdb1920e5dab 100644 (file)
   </field>
   <field>
       <name>status</name>
-      <type>enum</type>
-      <values>Scheduled, Running, Complete, Paused, Canceled</values>
+      <type>varchar</type>
+      <length>12</length>
       <comment>The state of this job</comment>
+      <pseudoconstant>
+        <callback>CRM_Core_SelectValues::getMailingJobStatus</callback>
+      </pseudoconstant>
+      <html>
+        <type>Select</type>
+      </html>
   </field>
   <field>
       <name>is_test</name>