Merge pull request #14082 from pradpnayak/caseReport
[civicrm-core.git] / xml / schema / Contact / GroupOrganization.xml
index 1f8afa6137e595cedb89a0bfbbc777db29ed2dca..938717148faa3eb5084da2ae83abf0c65268deef 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Group Organization ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Relationship ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
+    <title>Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the group</comment>
@@ -29,6 +31,9 @@
       <keyColumn>id</keyColumn>
       <labelColumn>title</labelColumn>
     </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <foreignKey>
     <name>group_id</name>
@@ -39,6 +44,7 @@
   </foreignKey>
   <field>
     <name>organization_id</name>
+    <title>Organization</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the Organization Contact</comment>