From 46a279f61a8b04dd6ec00a765221c26f089e833b Mon Sep 17 00:00:00 2001 From: Jon goldberg Date: Thu, 17 Aug 2017 12:39:31 -0400 Subject: [PATCH] CRM-21076 - ACL Role Assignments aren't browseable --- CRM/ACL/Page/EntityRole.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/ACL/Page/EntityRole.php b/CRM/ACL/Page/EntityRole.php index 7a1b510a6e..4fbd6215cd 100644 --- a/CRM/ACL/Page/EntityRole.php +++ b/CRM/ACL/Page/EntityRole.php @@ -121,6 +121,7 @@ class CRM_ACL_Page_EntityRole extends CRM_Core_Page_Basic { // finally browse the acl's if ($this->_action & CRM_Core_Action::BROWSE) { + $this->browse(); } // This replaces parent run, but do parent's parent run -- 2.25.1