-
Notifications
You must be signed in to change notification settings - Fork 197
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
Bodhi's update create form does not gracefully handle errors from the backend #3035
Comments
It looks like duplication of #2312 |
sebwoj
added a commit
to sebwoj/bodhi
that referenced
this issue
Feb 26, 2019
Fixes fedora-infra#3035 Signed-off-by: Sebastian Wojciechowski <[email protected]>
@sebwoj ah yeah, I guess it is ultimately the same thing. The other one is a bit more specific though I guess. Thanks! |
bowlofeggs
pushed a commit
to sebwoj/bodhi
that referenced
this issue
Mar 13, 2019
Fixes fedora-infra#3035 Signed-off-by: Sebastian Wojciechowski <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Mar 13, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Mar 26, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986) # Conflicts: # bodhi/server/views/generic.py
abompard
pushed a commit
that referenced
this issue
Mar 26, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986)
abompard
pushed a commit
that referenced
this issue
Mar 26, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986)
abompard
pushed a commit
that referenced
this issue
Mar 26, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986)
abompard
pushed a commit
that referenced
this issue
Mar 27, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986)
abompard
pushed a commit
that referenced
this issue
Mar 27, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986)
abompard
pushed a commit
that referenced
this issue
Mar 27, 2019
Fixes #3035 Signed-off-by: Sebastian Wojciechowski <[email protected]> (cherry picked from commit 2d30986)
A fix for this issue is planned for inclusion in the upcoming 4.0.0 release: #3221 |
Bodhi 4.0.0 beta is built and deployed to staging: https://copr.fedorainfracloud.org/coprs/bowlofeggs/bodhi-pre-release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When users were hitting #3024, the web form's submit button would spin until it hit the error and then it would stop spinning, but no error was reported to the user. This made it non-obvious that there was a problem, and also made it more difficult to determine what the real problem was.
The web form (and all of Bodhi's forms) should be able to display errors from the backend to the user on non-2xx codes.
The text was updated successfully, but these errors were encountered: