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

Fix: Show error message if user settings can't be saved #3856

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

bjoernricks
Copy link
Contributor

What

Show error message if user settings can't be saved

Why

When the http request returned an error the error message was not shown while changing the user settings in the corresponding dialog. It broke while introducing the JS form validation because its validate function isn't a promise in contrast to the onSave handler.

References

GEA-175

Checklist

  • Tests

@bjoernricks bjoernricks requested a review from a team as a code owner September 1, 2023 11:42
@bjoernricks bjoernricks enabled auto-merge (rebase) September 1, 2023 11:42
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

When the http request returned an error the error message was not shown
while changing the user settings in the corresponding dialog. It broke
while introducing the JS form validation because its validate function
isn't a promise in contrast to the onSave handler.
@bjoernricks bjoernricks force-pushed the usersettings-dialog-save-error branch from 82a4f47 to a0a72e6 Compare September 1, 2023 11:57
@bjoernricks bjoernricks merged commit 0c1fda4 into main Sep 1, 2023
11 checks passed
@bjoernricks bjoernricks deleted the usersettings-dialog-save-error branch September 1, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants