Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.1
-
Component/s: None
-
Labels:None
Description
A contact who has all permissions except that their contact view options are limited by ACL & they can see no groups or only child groups gets no CiviCRM menu items. This is not new - it's just more visible to me now because it now affects those who can see child groups only - ref CRM-12225
I've added a PR on this - the PR seems to fix the problem on 4.2 & the code makes sense - ie. remove a bit of code that seems deals specifically (but badly) with multisite so that the multisite can use the more sensible ACLHook code (which is what it is)
I think pull that PR, (https://github.com/civicrm/civicrm-core/pull/402/commits)
& then close this & I will re-open another ticket if I get any further problems