Skip to content

Migrate checkboxes to Pajamas form

Diana Zubova requested to merge dz/358340-migrate-checkboxes-to-pajamas into master

What does this MR do and why?

Migrate form on pages settings page to Pajamas form

Related to #358340 (closed)

Screenshots or screen recordings

Before After
disabled (yes, it is not clickable) Screenshot_2022-04-08_at_16.59.49 disabled Screenshot_2022-04-08_at_17.12.37
enabled Screenshot_2022-04-08_at_17.00.29 enabled Screenshot_2022-04-08_at_17.11.56

How to set up and validate locally

  1. Set Gitlab.config.pages.external_https or Gitlab.config.pages.external_http to true
  2. Open a project of your choice and navigate to Settings -> Pages (http://localhost:3000/flightjs/Flight/pages)
  3. To check disabled state change the helper method #pages_https_only_disabled?

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