-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
devtron-labs/dashboard
#459Labels
bugSomething isn't workingSomething isn't working
Description
Checklist:
- I've searched in the docs and FAQ for my answer
- I've included steps to reproduce the bug.
Describe the bug
On the user permissions page, when a logged-in user doesn't have access to a certain project (E.g. dev-test) and tries to access a specific user who has access to it then NaN is being passed as teamId to the API causing the API to fail & isn't loading the projects/permissions list.
To Reproduce
- Go to User Permissions on Global Configurations
- Try to access another user which has access to a certain project but you (logged in) don't.
- Open the network tab under developer tools
- Observe
Expected behavior
It should not pass NaN as teamId to API & load the projects that the logged-in user has access to.
Current behavior
It's passing NaN to API & isn't loading the projects/permissions list.
Screenshots
AB#46
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working