From 32c93376b46a05080006df1c6da8a1f70b3d7595 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 11:09:22 +1200 Subject: [PATCH] CRM-15168 a few more titles --- CRM/Core/BAO/Dashboard.php | 2 +- xml/schema/ACL/EntityRole.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CRM/Core/BAO/Dashboard.php b/CRM/Core/BAO/Dashboard.php index 3e7befb412..dce0e62e14 100644 --- a/CRM/Core/BAO/Dashboard.php +++ b/CRM/Core/BAO/Dashboard.php @@ -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'])) { diff --git a/xml/schema/ACL/EntityRole.xml b/xml/schema/ACL/EntityRole.xml index 471787fdd1..5d7958b729 100644 --- a/xml/schema/ACL/EntityRole.xml +++ b/xml/schema/ACL/EntityRole.xml @@ -28,6 +28,7 @@ entity_table + Entity Table varchar 64 true @@ -36,6 +37,7 @@ entity_id + ACL Entity ID int unsigned true ID of the group/contact object being joined @@ -48,6 +50,7 @@ is_active + ACL Entity Role is Active boolean Is this property active? 1.6 -- 2.25.1