Merge pull request #23181 from civicrm/5.49
[civicrm-core.git] / xml / schema / Contact / GroupContactCache.xml
index 22e92fd4bd811bb6cb60afef3bab8667b6488b82..991a709d75ea4d214dd70ff3b78d3e587f71a147 100644 (file)
@@ -12,6 +12,9 @@
     <type>int unsigned</type>
     <required>true</required>
     <comment>primary key</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.1</add>
   </field>
   <primaryKey>
@@ -20,7 +23,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
-    <title>Group</title>
+    <title>Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_group</comment>
@@ -32,6 +35,7 @@
     </pseudoconstant>
     <html>
       <type>Select</type>
+      <label>Group</label>
     </html>
   </field>
   <foreignKey>
@@ -47,6 +51,9 @@
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_contact</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>2.1</add>
   </field>
   <foreignKey>