Skip to content

Fix reseting project template during sign up

What does this MR do and why?

Fix reseting project template during sign up for project_templates_during_registration experiment.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen_Recording_2024-06-17_at_14.26.46 Screen_Recording_2024-06-17_at_14.24.45

How to set up and validate locally

bin/rails console

> Feature.enable(:project_templates_during_registration)

Related to #441981

Edited by Serhii Yarynovskyi

Merge request reports