Migrate `form_errors` in set new password to Pajamas alert
requested to merge 364958-migrate-form_errors-in-app-views-profiles-passwords-new-html-haml-to-pajamas-alertcomponent into master
What does this MR do and why?
Migrate form_errors
in app/views/profiles/passwords/new.html.haml to Pajamas::AlertComponent
Screenshots or screen recordings
Scenario | Screenshot |
---|---|
Before | |
After |
How to set up and validate locally
- On your local GDK go to
http://localhost:3000/-/profile/password
- Enter the correct
Current password
. - In
New password
entera
and inPassword confirmation
enterb
. - Click
Set new password
. - Observe that alert is shown.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #364958 (closed)
Edited by Sharmad Nachnolkar