Skip to content

Prevent page refresh when a user selects the policy type

Artur Fedorov requested to merge 423763-policies-policy_type_select into master

What does this MR do and why?

The page refreshes even though it already has all the data from the backend and all the components are loaded.

We should be able to make this transition faster by not refreshing the page.

This MR resolves #423763 (closed)

Screenshots or screen recordings

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

Before After
before.mov after.mov

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Go to Group or Project
  2. Secure -> Policies
  3. New policy -> Select policy -> Page should not refresh

MR acceptance checklist

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

Related to #423763 (closed)

Edited by Artur Fedorov

Merge request reports