CRM-14955 - add custom tokens to greetings
[civicrm-core.git] / xml / schema / Mailing / MailingJob.xml
index d4f4663cac856af5a50aec5a8f8cad0a10b53353..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>