Merge pull request #22825 from MegaphoneJon/membership-41
[civicrm-core.git] / xml / schema / Contact / GroupOrganization.xml
index 938717148faa3eb5084da2ae83abf0c65268deef..53619dce16ffd03294a5b6e1fbab6874aa9d4780 100644 (file)
@@ -13,6 +13,9 @@
     <type>int unsigned</type>
     <required>true</required>
     <comment>Relationship ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.0</add>
   </field>
   <primaryKey>
@@ -21,7 +24,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
-    <title>Group</title>
+    <title>Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the group</comment>
@@ -33,6 +36,7 @@
     </pseudoconstant>
     <html>
       <type>Select</type>
+      <label>Group</label>
     </html>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>organization_id</name>
-    <title>Organization</title>
+    <title>Organization ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the Organization Contact</comment>
+    <html>
+      <label>Organization</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>