-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Deleting a user should show name #4943
Deleting a user should show name #4943
Conversation
I've made the changes to the required UI files, and the English strings files. I've left the other language files alone as I would not be able to accurately translate |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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.
I'd recommend squashing all those commits into one
|
||
if (!userId) { | ||
console.error('Unexpected null user id'); | ||
return; | ||
} | ||
|
||
if (!username) { |
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.
Do we need to return if no username exists? if we only need the userId I think this check isn't necessary and could prevent the deletion of some buggy user with a missing username.
This comment was marked as outdated.
This comment was marked as outdated.
87ef7cb
to
e62bad4
Compare
c7548d3
to
150964a
Compare
Quality Gate passedIssues Measures |
Cloudflare Pages deployment
|
Changes
Amended Delete User dialog title to include username of user to be deleted
Issues
https://features.jellyfin.org/posts/2392/deleting-a-user-should-show-name