CRM-15168 a few more titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 24 Aug 2014 22:31:48 +0000 (10:31 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 24 Aug 2014 22:31:48 +0000 (10:31 +1200)
xml/schema/Contact/ContactType.xml
xml/schema/Contact/GroupNesting.xml
xml/schema/Contact/GroupOrganization.xml
xml/schema/Core/ActionSchedule.xml
xml/schema/Core/PrintLabel.xml

index 6088cec3fe931c285cd0c90bb2f08b5f334a3bf4..f5b98b40bffcda00a209514833424cced69f6ed4 100644 (file)
@@ -8,6 +8,7 @@
   <add>3.1</add>
   <field>
     <name>id</name>
+    <title>Contact Type ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Contact Type ID</comment>
@@ -32,6 +33,7 @@
   </index>
   <field>
     <name>label</name>
+    <title>Contact Type Label</title>
     <type>varchar</type>
     <length>64</length>
     <comment>localized Name of Contact Type.</comment>
@@ -40,6 +42,7 @@
   </field>
   <field>
     <name>description</name>
+    <title>Contact Type Description</title>
     <type>text</type>
     <html>
       <type>TextArea</type>
@@ -52,6 +55,7 @@
   </field>
   <field>
     <name>image_URL</name>
+    <title>Contact Type Image URL</title>
     <type>varchar</type>
     <length>255</length>
     <comment>URL of image if any.</comment>
@@ -59,6 +63,7 @@
   </field>
   <field>
     <name>parent_id</name>
+    <title>Contact Type Parent</title>
     <type>int unsigned</type>
     <comment>Optional FK to parent contact type.</comment>
     <add>3.1</add>
   </foreignKey>
   <field>
     <name>is_active</name>
+    <title>Contact Type Is Active?</title>
     <type>boolean</type>
     <comment>Is this entry active?</comment>
     <add>3.1</add>
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Contact Type is Reserved?</title>
     <type>boolean</type>
     <comment>Is this contact type a predefined system type</comment>
     <add>3.1</add>
index b09923ebeb3e55a37f23c07fb73e2f3611510984..cad890eb273621b1065ad90ffe4c34a408543821 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Group Nesting ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Relationship ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>child_group_id</name>
+    <title>Child Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the child group</comment>
@@ -34,6 +36,7 @@
   </foreignKey>
   <field>
     <name>parent_group_id</name>
+    <title>Parent Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the parent group</comment>
index 7d6cfca11d5e4b4279c813f8261151eb2e25a022..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>
@@ -42,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>
index 6d941768a2874bee04991e47a1977290698f272a..12ba64815e915454b76f0589642f2e1f0df39417 100644 (file)
@@ -8,6 +8,7 @@
   <add>3.4</add>
   <field>
     <name>id</name>
+    <title>Action Schedule ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>3.4</add>
index 95bf92e4886edf5c9b6953b6e81c69df34c523ca..6017f2f8435bc06fc2f9a777a6418f6d6887d8dc 100644 (file)
@@ -8,6 +8,7 @@
   <add>4.4</add>
   <field>
     <name>id</name>
+    <title>Print Label ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>4.4</add>