Merge remote-tracking branch 'upstream/4.4' into 4.4-4.5-2014-10-14-11-16-10
[civicrm-core.git] / xml / schema / Core / Job.xml
index 5573648e25ff17b2b4c683c2a5fd02f92212f240..b897731cbfb7aef32a262179fd9fca39fcc253d3 100644 (file)
@@ -9,6 +9,7 @@
   <log>false</log>
   <field>
     <name>id</name>
+    <title>Job ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Job Id</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>domain_id</name>
+    <title>Job Domain</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -38,6 +40,7 @@
   </foreignKey>
   <field>
     <name>run_frequency</name>
+    <title>Job Frequency</title>
     <type>varchar</type>
     <length>8</length>
     <default>"Daily"</default>
@@ -59,6 +62,7 @@
   </field>
   <field>
     <name>name</name>
+    <title>Job Name</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Title of the job</comment>
@@ -66,6 +70,7 @@
   </field>
   <field>
     <name>description</name>
+    <title>Job Description</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Description of the job</comment>
@@ -82,6 +87,7 @@
   </field>
   <field>
     <name>api_entity</name>
+    <title>API Entity</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Entity of the job api call</comment>
@@ -89,6 +95,7 @@
   </field>
   <field>
     <name>api_action</name>
+    <title>API Action</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Action of the job api call</comment>
   </field>
   <field>
     <name>parameters</name>
+    <title>API Parameters</title>
     <type>text</type>
     <comment>List of parameters to the command.</comment>
     <html>
   </field>
   <field>
     <name>is_active</name>
+    <title>Job Is Active?</title>
     <type>boolean</type>
     <comment>Is this job active?</comment>
     <add>4.1</add>