Merge pull request #20191 from colemanw/apiSettingsFixes
[civicrm-core.git] / xml / schema / Event / Participant.xml
index 2cf7f41567463f348e0af9d981c1f64a35aeace5..1d07244a5e6bf7b850b7b340c08d12f0636fadb7 100644 (file)
@@ -14,7 +14,7 @@
     <title>Participant ID</title>
     <type>int unsigned</type>
     <required>true</required>
-    <comment>Participant Id</comment>
+    <comment>Participant ID</comment>
     <import>true</import>
     <headerPattern>/(^(participant(.)?)?id$)/i</headerPattern>
     <html>
@@ -68,7 +68,7 @@
   <field>
     <name>status_id</name>
     <uniqueName>participant_status_id</uniqueName>
-    <title>Participant Status ID</title>
+    <title>Status ID</title>
     <headerPattern>/(participant.)?(status)$/i</headerPattern>
     <import>true</import>
     <type>int unsigned</type>
@@ -84,7 +84,7 @@
     </pseudoconstant>
     <html>
       <type>Select</type>
-      <label>Participant Status</label>
+      <label>Status</label>
     </html>
   </field>
   <foreignKey>
     <import>true</import>
     <comment>The campaign for which this participant has been registered.</comment>
     <html>
+      <type>EntityRef</type>
       <label>Campaign</label>
     </html>
     <add>3.4</add>