-
-
Notifications
You must be signed in to change notification settings - Fork 377
Make it possible to completely delete users not just disable #1243
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
Make it possible to completely delete users not just disable #1243
Conversation
…ely-delete-users-not-just
…e-to-completely-delete-users-not-just' into feature/gsk-1397-make-it-possible-to-completely-delete-users-not-just
…ely-delete-users-not-just
|
I think we should display different icons for disable and delete actions. It was the first time I created / deleted a user, and it was a bit confusing. I didn't understand that after clicking on the bin icon this would make the user disabled instead of deleting it. |
You're right, now that we have the possibility to delete users we should update the disable icon. Let me update it |
…ely-delete-users-not-just
|
Kudos, SonarCloud Quality Gate passed! |
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.
The "Restore User" doesn't work at the moment, but don't worry about that on this PR. There is a issue already created to deal with that https://linear.app/giskard/issue/GSK-1396/restore-user-doesnt-work
…ely-delete-users-not-just # Conflicts: # frontend/src/api.ts








Description
This PR add the possibility to delete a disabled user from the administration panel. The delete icon is only showed for disabled users.

The following business rules are applied:
Related Issue
N/A
Type of Change
Checklist
CODE_OF_CONDUCT.mddocument.CONTRIBUTING.mdguide.