CRM-15168 a few more titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 23:09:22 +0000 (11:09 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 23:09:22 +0000 (11:09 +1200)
CRM/Core/BAO/Dashboard.php
xml/schema/ACL/EntityRole.xml

index 3e7befb412af77e8183f67d5548c30e8f9da3dc4..dce0e62e14803ffe65e4f2bc2ee243b1995a8456 100644 (file)
@@ -385,7 +385,7 @@ class CRM_Core_BAO_Dashboard extends CRM_Core_DAO_Dashboard {
    */
   static function addDashlet(&$params) {
 
-    // special case to handle duplicate entires for report instances
+    // special case to handle duplicate entries for report instances
     $dashboardID = CRM_Utils_Array::value('id', $params);
 
     if (!empty($params['instanceURL'])) {
index 471787fdd128d47c8f11e4f28a8c84b693927cd4..5d7958b729285ded56042edf7ebbd952abcf9d42 100644 (file)
@@ -28,6 +28,7 @@
   </field>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -36,6 +37,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>ACL Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the group/contact object being joined</comment>
@@ -48,6 +50,7 @@
   </dynamicForeignKey>
   <field>
     <name>is_active</name>
+    <title>ACL Entity Role is Active</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>1.6</add>