-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
Organization not found error in left drawer #1333
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
I want to work please assign it to me |
Please assign it to me. |
@aashimawadhwa is this a valid issue ?? |
@noman2002 this is a valid issue. Let me explain. When the current user is Admin/Superadmin, and tries to open his profile on clicking on the left drawer, he should be redirected to Superadmin Profile screen (Which does not exist yet), instead of going to that screen the user is being sent to an Organisation Profile Screen (Where the admin/superadmin can see other user's profile not his own). @nitishkumar333 you need to create a new endpoint for this admin profile screen, but try to reuse the same component which we are using in the profile screen. Let me know if you face any problem. |
@rishav-jha-mech instead of creating a new endpoint (which will lead to creation of new files), I passed a state parameter with the link and conditionally rendered the MemberDetails component. Please let me know what you think of this approach. Here is what is looks like, looking for feedback on it leftdrawer.mp4 |
@nitishkumar333 good work, open the PR for this soon. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
I also identified this issue a few weeks back and am currently investigating a solution. If no one is currently working on it, I would like to take on the task. @palisadoes |
Hi @kanhaiya04 I have already made a PR for this issue, also this issue will no longer exists after #1407 |
@nitishkumar333 Thanks for letting me know. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
As the issue still persists I would like to work on this issue |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Describe the bug
When user profile is opened through the orglist page, an error is shown on the member page and redirected back to orglist page.
Steps to reproduce the behavior:
Expected behavior
No error should be shown on the member page and should not redirect back to orglist.
sidebar.mp4
The text was updated successfully, but these errors were encountered: