Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Component/s: None
-
Labels:None
Description
1. The delete function hasn't been implemented yet for "Assign Users to Roles" (ACL/Form/EntityRole.php). I've added this today for ACL/Form/ACL.php - calling a new del() function in the BAO. Please do the same for EntityRole.
2. The delete function for Manage ACL Roles (civicrm/admin/options?reset=1&group=acl_role) doesn't work. I did not investigate the code - but I suspect the issue is related to the need to delete civicrm_acl and civicrm_acl_entity_role records which use that role ID.
NOTE: I tried the ACL Role delete with a role id that was NOT used by any civicrm_acl or civicrm_acl_entity_role record AND a role that was used.