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

[BUG] Manage cases - Access functionality shows access rights of cid, and not access of selected case #626

Open
alex-h-cert opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@alex-h-cert
Copy link

Describe the bug
Version 2.4.12.
When you connect as a privilege user and use the manage case function to show case info and access rights, the access rights shown seems the ones from the current case ID (context) and not the selected one in the pop-up menu.

To Reproduce
Steps to reproduce the behavior:

  1. Login as privilege user. You will have a current case ID/context. For example case 1.
  2. Click on Manage cases in Manage section.
  3. From the new case management page, chose to show info from another case (not the context one). For example case 2.
  4. Click on Access on the new page shown.
  5. The effective permissions shown seems the one from case 1 (current/context case) and not from case 2.
    In fact the call to retrieve access is made to case/users/list?cid= and do not mention the "selected" case (case 2 in this example).

Expected behavior
It should likely show the effective permission of each selected case.

Desktop (please complete the following information):

  • OS: MacOS Sonoma
  • Browser: Firefox
  • Version 131.0.3
@alex-h-cert alex-h-cert added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant