-
Notifications
You must be signed in to change notification settings - Fork 67
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
New API for setting error title and message directly #1525
Labels
Comments
Currently, I change the error message dynamically by doing : loginI18n.getErrorMessage().setTitle("The new error message");
loginForm.setI18n(loginI18n);
loginForm.setError(true); But I agree that it would be nice to do that on the loginForm directly. LoginI18n should be used only for the initialization. |
Acceptance criteria: AbstractLogin now offers the |
10 tasks
sissbruecker
added a commit
that referenced
this issue
Jan 11, 2024
* feat: Add AbstractLogin.setErrorMessage(). Fixes #1525 * chore: minor javadoc improvement * chore: improve javadoc of AbstractLogin.getI18n() * refactoring: rename setErrorMessage() to showErrorMessage() * feat: make Scroller implement Focusable (#5738) * small cleanup and test improvements --------- Co-authored-by: Bruno Rezende <[email protected]> Co-authored-by: Sascha Ißbrücker <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: