Merge pull request #22724 from braders/feature/group-search-null-columns
[civicrm-core.git] / xml / schema / Core / UFGroup.xml
index 37d5d0a8aa8d10ca8a811dac749ceb7093a1e6d3..49fdad55a3f38993b9668929978c14f96a049b4f 100644 (file)
@@ -13,6 +13,9 @@
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique table ID</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>1.1</add>
   </field>
   <primaryKey>
@@ -83,6 +86,7 @@
       <type>TextArea</type>
       <rows>4</rows>
       <cols>80</cols>
+      <label>Pre Help</label>
     </html>
     <add>1.2</add>
   </field>
   </field>
   <field>
     <name>limit_listings_group_id</name>
-    <title>Profile Search Limit Group</title>
+    <title>Search Limit Group ID</title>
     <type>int unsigned</type>
     <comment>Group id, foreign key from civicrm_group</comment>
+    <html>
+      <label>Search Limit Group</label>
+    </html>
     <add>1.4</add>
   </field>
   <foreignKey>
     <type>varchar</type>
     <length>255</length>
     <comment>Redirect to URL.</comment>
+    <html>
+      <label>Post URL</label>
+    </html>
     <add>1.4</add>
   </field>
   <field>
     <name>add_to_group_id</name>
-    <title>Add Contact To Group</title>
+    <title>Add Contact To Group ID</title>
     <type>int unsigned</type>
     <comment>foreign key to civicrm_group_id</comment>
+    <html>
+      <label>Add Contact To Group</label>
+    </html>
   </field>
   <foreignKey>
     <name>add_to_group_id</name>
   </index>
   <field>
     <name>created_id</name>
-    <title>Profile Created By</title>
+    <title>Created By Contact ID</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contact, who created this UF group</comment>
+    <html>
+      <label>Created By</label>
+    </html>
     <add>3.0</add>
   </field>
   <foreignKey>