Users in multiple user groups getting incorrect permissions
It looks like users assigned to more than one user group are being assigned incorrect permissions.
Assuming that you have a basic navigational structure of:
Home
-Menu1
--Menu1sub1
--Menu1sub2
-Menu2
--Menu2sub1
-Menu3
And user groups consisting of:
a group named Menu2Group that has publish permissions for Menu2 (with Menu2 as its start node),
and another Group (ReadOnlyGroup) that has read-only permissions for Home (with Home as its start node).
If I create a user and assign the user to both Menu2Group and ReadOnlyGroup, the user ends up with publish permissions for the Home node and all its descendants.
Users in multiple user groups getting incorrect permissions
It looks like users assigned to more than one user group are being assigned incorrect permissions.
Assuming that you have a basic navigational structure of: Home -Menu1 --Menu1sub1 --Menu1sub2 -Menu2 --Menu2sub1 -Menu3
And user groups consisting of: a group named Menu2Group that has publish permissions for Menu2 (with Menu2 as its start node), and another Group (ReadOnlyGroup) that has read-only permissions for Home (with Home as its start node).
If I create a user and assign the user to both Menu2Group and ReadOnlyGroup, the user ends up with publish permissions for the Home node and all its descendants.
Am I missing something?
is working on a reply...