Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.3
-
Fix Version/s: 3.1.4
-
Component/s: Core CiviCRM
-
Labels:None
Description
In ACL listing page, there is an AJAX link to enable/disable the ACL, on each ACL line of the table.
The class of the <a> tag is currently using a i18n translated string, because the PHP code uses $link['name'] instead of $link['ref'] which is the right key to use I think (please confirm).
Here is the patch.