one
one copied to clipboard
[FSunstone] Groupadmin view not accessible with multiple admins
Description
The groupadmin view is not accessible even when configured correctly when there are multiple admins in a group.
To Reproduce
- Configure a group using the following template:
FIREEDGE=[
DEFAULT_VIEW="user",
GROUP_ADMIN_DEFAULT_VIEW="groupadmin",
GROUP_ADMIN_VIEWS="groupadmin",
VIEWS="user" ]
- Create two new users and assign their primary group to that same group
- Promote the two users in that group to groupadmins
- Login with one of the two users
At this point the view used should be the groupadmin view, but instead the user view is being rendered.
Expected behavior
Groupadmin view should be used according to configuration, no matter how many administrator users per group.
Details
- Affected Component: [Sunstone]
- Version: [6.10, development]
Progress Status
- [ ] Code committed
- [ ] Testing - QA
- [ ] Documentation (Release notes - resolved issues, compatibility, known issues)