Merge pull request #22724 from braders/feature/group-search-null-columns
[civicrm-core.git] / xml / schema / Core / UFGroup.xml
index cafe160ac631ff8e3fd012a0b4e437ae0ebe9b32..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>
     <serialize>COMMA</serialize>
     <add>2.1</add>
   </field>
-  <field>
-    <name>form_type</name>
-    <type>enum</type>
-    <values>CiviCRM Profile</values>
-    <comment>Type of form.</comment>
-    <drop>2.1</drop>
-  </field>
   <field>
     <name>title</name>
     <title>Profile Name</title>
     <comment>Optional verbose description of the profile.</comment>
     <add>4.4</add>
   </field>
-  <field>
-    <name>collapse_display</name>
-    <type>int unsigned</type>
-    <default>0</default>
-    <comment>Will this group be in collapsed or expanded mode on initial display ?</comment>
-    <add>1.1</add>
-    <drop>2.2</drop>
-  </field>
   <field>
     <name>help_pre</name>
     <type>text</type>
@@ -98,6 +86,7 @@
       <type>TextArea</type>
       <rows>4</rows>
       <cols>80</cols>
+      <label>Pre Help</label>
     </html>
     <add>1.2</add>
   </field>
     </html>
     <add>1.2</add>
   </field>
-  <field>
-    <name>weight</name>
-    <title>Profile Weight</title>
-    <type>int</type>
-    <required>true</required>
-    <default>1</default>
-    <html>
-      <type>Text</type>
-    </html>
-    <comment>Controls display order when multiple user framework groups are setup for concurrent display.</comment>
-    <add>1.2</add>
-    <drop>1.3</drop>
-  </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>