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

Graph Access Control and Switching throw Errors for Admin and Read/Write Users #483

Closed
Naseem77 opened this issue Sep 24, 2024 · 0 comments · Fixed by #485
Closed

Graph Access Control and Switching throw Errors for Admin and Read/Write Users #483

Naseem77 opened this issue Sep 24, 2024 · 0 comments · Fixed by #485
Assignees
Labels
bug Something isn't working

Comments

@Naseem77
Copy link
Contributor

Title: Graph Access Control and Switching throw Errors for Admin and Read/Write Users

Scenario 1: Admin Creates a Graph and Read/Write User Attempts to Access It
Sign in as Admin.
Create a graph named "AdminGraph".
Sign out as Admin.
Sign in as Read/Write User.
Attempt to select "AdminGraph".
Verify that switching to "AdminGraph" throws an error.

Scenario 2: Read/Write User Creates Two Graphs and Attempts to Switch Between Them

Sign in as Read/Write User.
Create the first graph named "Graph 1".
Create the second graph named "Graph 2".
Attempt to switch from "Graph 1" to "Graph 2".
Verify that switching throws an error.
Attempt to switch back to "Graph 1".
Verify that switching throws an error.

@Naseem77 Naseem77 added the bug Something isn't working label Sep 24, 2024
@Anchel123 Anchel123 linked a pull request Sep 24, 2024 that will close this issue
AviAvni added a commit that referenced this issue Sep 25, 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

Successfully merging a pull request may close this issue.

2 participants