Event api break fixes and cleanup
[civicrm-core.git] / xml / schema / Event / Participant.xml
index 260baff41817f3db3ba9872aeaa89ec00f01cc37..1b67e43a62cd5bf562370cb5c50c6ba6c88bd9e4 100644 (file)
   <field>
     <name>status_id</name>
     <uniqueName>participant_status_id</uniqueName>
-    <title>Participant Status</title>
+    <title>Participant Status ID</title>
     <headerPattern>/(participant.)?(status)$/i</headerPattern>
     <import>true</import>
     <type>int unsigned</type>
-    <export>false</export>
+    <export>true</export>
     <required>true</required>
     <default>1</default>
     <comment>Participant status ID. FK to civicrm_participant_status_type. Default of 1 should map to status =
@@ -91,7 +91,7 @@
   <field>
     <name>role_id</name>
     <uniqueName>participant_role_id</uniqueName>
-    <title>Participant Role(s)</title>
+    <title>Participant Role ID</title>
     <pseudoconstant>
       <optionGroupName>participant_role</optionGroupName>
     </pseudoconstant>
     <import>true</import>
     <type>varchar</type>
     <length>128</length>
-    <export>false</export>
+    <export>true</export>
     <default>NULL</default>
     <comment>Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.</comment>
     <add>1.7</add>