Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the list of associated groups of logged in user from the User Details modal window #10414

Closed
4 tasks
mahmoudadel54 opened this issue Jun 7, 2024 · 1 comment · Fixed by #10415 or #10447
Closed
4 tasks

Comments

@mahmoudadel54
Copy link
Contributor

mahmoudadel54 commented Jun 7, 2024

Description

It is required to implement within configuration level, to enable remove all the groups listing for an authenticated authorized user in MapStore, in the User Details modal window.

Acceptance criteria

  • As a logged in authenticated user.
  • WHEN I log onto MapStore AND I click on the 'User Menu' icon and on the 'Account Info' menu item
  • THEN The appearing modal window, showing the user's account info shows
  • AND The list of info does NOT contain any Groups section, listing the groups that the logged in user belongs.

image

@mahmoudadel54 mahmoudadel54 self-assigned this Jun 7, 2024
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jun 7, 2024
… in user from the User Details modal window

Description:
- handle hide group info in user details modal by adding a cfg in Login plugin 'hideGroupUserInfo'
- add unit test
@mahmoudadel54 mahmoudadel54 added this to the 2024.01.02 milestone Jun 7, 2024
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jun 14, 2024
… in user from the User Details modal window

Description:
- add migration guide notes related to the PR changes
- edit in unit tests
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jun 14, 2024
… in user from the User Details modal window

Description:
- Merge branch 'master' into enhance_10414 with fix conflicts
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jun 25, 2024
… in user from the User Details modal window

Description:
- resolve review comments related to edits in migration file
MV88 pushed a commit that referenced this issue Jun 27, 2024
…he User Details modal window (#10415)

* #10414: Remove the list of associated groups of logged in user from the User Details modal window
Description:
- handle hide group info in user details modal by adding a cfg in Login plugin 'hideGroupUserInfo'
- add unit test

* #10414: Remove the list of associated groups of logged in user from the User Details modal window
Description:
- add migration guide notes related to the PR changes
- edit in unit tests

* #10414: Remove the list of associated groups of logged in user from the User Details modal window
Description:
- resolve review comments related to edits in migration file
@ElenaGallo ElenaGallo self-assigned this Jun 27, 2024
@tdipisa
Copy link
Member

tdipisa commented Jun 27, 2024

@mahmoudadel54 at least Admin user should see this information for management/troubleshooting purposes.

@ElenaGallo ElenaGallo added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Jun 27, 2024
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jun 27, 2024
@tdipisa tdipisa removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Jun 28, 2024
tdipisa pushed a commit that referenced this issue Jun 28, 2024
…f logged in user from the User Details modal window (#10415) (#10447)

* #10418: Share tool - the 'Add place mark and zoom to sharing link' option is not applied correctly (#10419)

* backport #10414 with fix conflict in migration file

* fix migration conflict during merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment