Skip to content

Migrate protected tag error form

Diana Zubova requested to merge dz/364940-migrate-protected-tag-error-form into master

What does this MR do and why?

Migrate errors form for protected tag project repository settings

Closes #364940 (closed)

Screenshots or screen recordings

Before After
Screenshot_2022-07-14_at_14.46.41 Screenshot_2022-07-14_at_14.47.09

How to set up and validate locally

  1. Open a project where you have admin rights
  2. Navigate to Settings -> Repository http://localhost:3000/flightjs/Flight/-/settings/repository
  3. Expand Protected tag section
  4. Trigger an error, for example by adding this line to the haml - @protected_tag.errors.add(:base, "Something went wrong")
  5. Observe change form error

MR acceptance checklist

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

Merge request reports

Loading