From 3dcd0acddd8f4a48635110dddadcb09d2d1b14ab Mon Sep 17 00:00:00 2001 From: Aidan Saunders Date: Mon, 24 Jul 2023 18:08:14 +0100 Subject: [PATCH] setup.sh --- CRM/ACL/DAO/ACLEntityRole.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/ACL/DAO/ACLEntityRole.php b/CRM/ACL/DAO/ACLEntityRole.php index 357f1969c2..3fa299fd48 100644 --- a/CRM/ACL/DAO/ACLEntityRole.php +++ b/CRM/ACL/DAO/ACLEntityRole.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACLEntityRole.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7229c30acb38b593ebfff2d9baf84bd0) + * (GenCodeChecksum:40a405c8fced6fcaf672b6f7986ac941) */ /** @@ -36,10 +36,10 @@ class CRM_ACL_DAO_ACLEntityRole extends CRM_Core_DAO { * @var string[] */ protected static $_paths = [ - 'add' => 'civicrm/acl/entityrole?reset=1&action=add', - 'delete' => 'civicrm/acl/entityrole?reset=1&action=delete&id=[id]', - 'update' => 'civicrm/acl/entityrole?reset=1&action=update&id=[id]', - 'browse' => 'civicrm/acl', + 'add' => 'civicrm/acl/entityrole/edit?reset=1&action=add', + 'delete' => 'civicrm/acl/entityrole/edit?reset=1&action=delete&id=[id]', + 'update' => 'civicrm/acl/entityrole/edit?reset=1&action=update&id=[id]', + 'browse' => 'civicrm/acl/entityrole', ]; /** -- 2.25.1