Skip to content

Migrate `form_errors` in app/views/shared/doorkeeper/applications/_form.html.haml to Pajamas::AlertComponent

Dheeraj Joshi requested to merge djadmin-master-patch-87195 into master

Related issue - #364990 (closed)

What does this MR do and why?

This MR migrates form_errors in app/views/shared/doorkeeper/applications/_form.html.haml to be compliant with Pajamas design system. See &5550 (closed) for more details.

Screenshots or screen recordings

before after
image image

How to set up and validate locally

  1. Visit http://GDK_INSTANCE/oauth/applications
  2. Submit the form without setting any scope value
  3. Notice the error alert at the top

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Dheeraj Joshi

Merge request reports