-
Notifications
You must be signed in to change notification settings - Fork 776
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
fix: validation #11672
fix: validation #11672
Conversation
Build Artifacts
|
@AlexVelezLl @radinamatic Why are these tests failing? |
@nick2432 Did you try running the recommended commands to fix the linting errors? |
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.
No, I haven't tried the recommended commands yet. I'll give them a shot. Thanks for the suggestion! |
@pcenov Artifacts should be ready for testing, thank you! |
Hi @nick2432 could you double check what is going here as when testing with the latest .deb asset I am not seeing any changes to the issues described in #11540 2024-01-05_14-52-54.mp4Also there's still the 2024-01-05_14-56-21.mp4On a side note @radinamatic while taking a closer look at the required fields validation behavior at both 2024-01-05_15-22-33.mp4 |
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.
When I used this change, I did not encounter a 500 error, as shown in the video above, @bjester .
|
@nick2432 There are two code paths that you changed, which result in two different
Your video shows a 401 response being returned. |
Before continuing to work on this here, it is worth noting that some intersecting work on a related issue may be useful to work on top of. @jredrejo's PR #11704 when merged will be good to work on top of (and may be perhaps worth starting fresh on top of to solve just the uppercase validation issue). |
#11704 has now been merged. I'd suggest starting from current release-v0.16.x, focusing specifically on the casing issue. |
Summary
I updated the response in error so that the correct error can be catched on the frontend.

References
Fixes #11540
Reviewer guidance
…
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)