Actions
Bug #2681
closedUsers-lists: Guests unable to access public-level userlists
Description
CB routes usergroups 1 to 0, 2 to 1, and 3 to 2 for J1.6 and greater. This needs to be reversed anywhere the result of get_access_children_tree is used (only ACL function doing this for easy migration).
Files
Updated by krileon over 13 years ago
- File 2681.patch 2681.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Fixed in legacy function to not break existing integrations using direct ACL functions through framework.
Updated by beat over 13 years ago
- Subject changed from public users unable to access userlists due to acl rerouting to Users-lists: Guests unable to access public-level userlists
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
Fixed in r1545 .
But differently, as the fix was working, but was incorrectly incrementing real ACL values (and not old-style ACL values!).
Actions