CRM-15168 add some more titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 25 Aug 2014 01:29:03 +0000 (13:29 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 25 Aug 2014 01:29:03 +0000 (13:29 +1200)
xml/schema/Contact/DashboardContact.xml

index dfb94a73f3617820c909186b470bd4db3dab4046..cc653ccacc313bde847d80693e1ec2e3e6c86ca0 100644 (file)
@@ -9,6 +9,7 @@
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>Dashboard Contact ID</title>
     <required>true</required>
     <add>3.1</add>
   </field>
@@ -19,6 +20,7 @@
   <field>
     <name>dashboard_id</name>
     <type>int unsigned</type>
+    <title>Dashboard</title>
     <required>true</required>
     <comment>Dashboard ID</comment>
     <add>3.1</add>
@@ -33,6 +35,7 @@
   <field>
     <name>contact_id</name>
     <type>int unsigned</type>
+    <title>Dashboard Contact</title>
     <required>true</required>
     <comment>Contact ID</comment>
     <add>3.1</add>
@@ -54,6 +57,7 @@
   <field>
     <name>is_minimized</name>
     <type>boolean</type>
+    <title>Dashlet is Minimized?</title>
     <comment>Is Minimized?</comment>
     <default>0</default>
     <add>3.1</add>
@@ -61,6 +65,7 @@
   <field>
     <name>is_fullscreen</name>
     <type>boolean</type>
+    <title>Dashlet is FullScreen?</title>
     <comment>Is Fullscreen?</comment>
     <default>1</default>
     <add>3.1</add>
@@ -68,6 +73,7 @@
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Dashlet is Active?</title>
     <comment>Is this widget active?</comment>
     <default>0</default>
     <add>3.1</add>
@@ -88,6 +94,7 @@
   <field>
     <name>created_date</name>
     <type>datetime</type>
+    <title>Dashlet Created On</title>
     <comment>When was content populated</comment>
     <add>3.3</add>
   </field>