Skip to content
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

Unable to remove Discord ID for an account through the Dashboard #108

Open
robere2 opened this issue Jan 7, 2025 · 0 comments
Open

Unable to remove Discord ID for an account through the Dashboard #108

robere2 opened this issue Jan 7, 2025 · 0 comments
Labels
Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. Module: UI This issue pertains to the apps/ui module Priority: MED This issue isn't critical or security-related but is holding back other issues or efficiency. Type: Bug Something isn't working

Comments

@robere2
Copy link
Member

robere2 commented Jan 7, 2025

Describe the bug
When you try to remove a user's Discord account, the edit will fail. This is because it is sending an empty string "" in the request instead of null.

To Reproduce
Steps to reproduce the behavior:

  1. Open the dashboard page https://www.rpi.tv/dashboard/users
  2. Edit or create a User and assign an 18-digit Discord ID
  3. Edit that User again and empty the Discord ID box
  4. Save. An error snackbar will appear at the bottom of the screen.

Expected behavior
The edit should succeed and the user no longer has a Discord account associated with their RPI TV account.

@robere2 robere2 added Priority: MED This issue isn't critical or security-related but is holding back other issues or efficiency. Type: Bug Something isn't working Module: UI This issue pertains to the apps/ui module Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. labels Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. Module: UI This issue pertains to the apps/ui module Priority: MED This issue isn't critical or security-related but is holding back other issues or efficiency. Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant