Merge pull request #22886 from demeritcowboy/contributionview-notice3
[civicrm-core.git] / xml / schema / Contact / GroupNesting.xml
index b09923ebeb3e55a37f23c07fb73e2f3611510984..feb8a25139875e0abe144f045a3336e6cb3d9091 100644 (file)
@@ -9,9 +9,13 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Group Nesting ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Relationship ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.0</add>
   </field>
   <primaryKey>
   </primaryKey>
   <field>
     <name>child_group_id</name>
+    <title>Child Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the child group</comment>
+    <html>
+      <label>Child Group</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>parent_group_id</name>
+    <title>Parent Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the parent group</comment>
+    <html>
+      <label>Parent Group</label>
+    </html>
     <add>2.0</add>
   </field>
   <foreignKey>