Merge branch '4.4' of https://github.com/civicrm/civicrm-core
[civicrm-core.git] / CRM / ACL / Page / EntityRole.php
index 367928eed550c489a6fd564bf15c6c448c6ce7aa..c3c5456e21e3566b78303184e3efb7fac8b70074 100644 (file)
@@ -181,8 +181,15 @@ class CRM_ACL_Page_EntityRole extends CRM_Core_Page_Basic {
         $action -= CRM_Core_Action::DISABLE;
       }
 
-      $entityRoles[$dao->id]['action'] = CRM_Core_Action::formLink(self::links(), $action,
-        array('id' => $dao->id)
+      $entityRoles[$dao->id]['action'] = CRM_Core_Action::formLink(
+        self::links(),
+        $action,
+        array('id' => $dao->id),
+        ts('more'),
+        FALSE,
+        'entityRole.manage.action',
+        'EntityRole',
+        $dao->id
       );
     }
     $this->assign('rows', $entityRoles);