*/
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'])) {
</field>
<field>
<name>entity_table</name>
+ <title>Entity Table</title>
<type>varchar</type>
<length>64</length>
<required>true</required>
</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>
</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>