-
-
Notifications
You must be signed in to change notification settings - Fork 812
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
Error when editing Super Admin profile #1924
Comments
@palisadoes, do you mean the error on the left side for Org not found? or email address coming out on the right side? We have designed this page to be Organization specific, where the user profile will have options related to Org. |
The loading organization error in the top left hand corner |
It's going to be same for Admin profile or direct member profile bcuz the side left panel is same for Organization options hence causing error when directly going to Member screen without selecting Org first. |
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. |
Ohhh I also faced the same error when i tried to logout but that time i didnot notice this raised issue in the repo. I have solved the issue by putting conditional statement . Actually the error was in the LoginPage.tsx file where org.address was used to access the city but there was nothing to handle if org.address would get null which was the root of the error. So After adding the conditional statement I have solved it. Now tell me what to do next? |
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. |
@palisadoes please assign me the issue, I would like to work on this. |
I would like to work on this issue, is this issue still a priority? |
Our policy is to assign no more than two issues to each contributor across all repositories. This way everyone gets a chance to participate in the projects. We sometimes give exceptions for more urgent cases and sometimes we lose track, but the policy stands. You have reached your limit, please wait until your existing issues are closed before requesting more issues. You could unassign yourself from one of the other issues too. |
@palisadoes now you can assign me, previous issue assigned to me is now resolved. |
Our policy is to assign no more than two issues to each contributor across all repositories. This way everyone gets a chance to participate in the projects. We sometimes give exceptions for more urgent cases and sometimes we lose track, but the policy stands. You have reached your limit, please wait until your existing issues are closed before requesting more issues. You could unassign yourself from one of the other issues too. |
Yeah but I have only one issue assign. |
@AnshulKahar2729 It looks like you have 2 issues assigned. The total is counted across all 3 repositories. |
@palisadoes Can you please assign it to me? |
I have solved the issue, Can anyone please assign it to me so that i can create a pr |
The error was that for the organizations creator id was being passed to the api and it was treating it to be as orgId so i have to also change a file in the talawa-api so will i have to create a issue in api and link it here to fix it? |
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 tried Solving the issue, identified the thing that was causing the issue but there were some tests that were still failing that i couldnt fix so i am unassigning myself this issue |
Please assign me |
@palisadoes @pranshugupta54 do we need orgSidebar in admin profile? What will it show in people, events, venue etc? |
Modifying the orgSidebar is out of scope of this issue. We need the error fixed as described. |
@palisadoes The issue has now been resolved through pull request #2386. |
Describe the bug
Error when editing Super Admin profile
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Actual behavior
Screenshots
Start at the Super Admin organization screen:
Navigate to the view profile screen
Error is visible:
Additional details
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: