one icon indicating copy to clipboard operation
one copied to clipboard

[FSunstone] Groupadmin view not accessible with multiple admins

Open vichansson opened this issue 1 year ago • 0 comments

Description

The groupadmin view is not accessible even when configured correctly when there are multiple admins in a group.

To Reproduce

  1. Configure a group using the following template:
FIREEDGE=[
  DEFAULT_VIEW="user",
  GROUP_ADMIN_DEFAULT_VIEW="groupadmin",
  GROUP_ADMIN_VIEWS="groupadmin",
  VIEWS="user" ]
  1. Create two new users and assign their primary group to that same group
  2. Promote the two users in that group to groupadmins
  3. 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)

vichansson avatar Sep 18 '24 07:09 vichansson