-
Notifications
You must be signed in to change notification settings - Fork 4
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
add dialogs when admins edit other users #1530
Conversation
The refetch function still isn't doing what it's supposed to, but I'll make that a separate PR. This solves the one change. |
@calebeby I made the change you requested. It seems like you didn't mark your comments as a review, so I can't request a new review from you. |
@varCepheid Do you want to remove the refetch-related changes from this PR since it looks like it still isn't working? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@varCepheid This is excellent! Super impressed! I left two tiny bits of feedback, but this is just about ready to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* created a dialog on editing EditableTexts by admins in user * refresh the user page after every change * switched to standard system of getting DB info for users * Revert "switched to standard system of getting DB info for users" This reverts commit 1c5a09e. * changed all self props to isCurrentUser * separated alertOnSaveAdmin function, small changes * changed selfEdit to isCurrentUser and removed all refetch changes
closes #1094
When an admin or super-admin edits the name, username, or password of another user, the app should create a dialog to confirm the change. The dialog shouldn't be created if the user is editing their own profile.