Skip to content

Refactoring: Move search settings mount function to the search_settings directory

What does this MR do?

It moves the function that mounts the Search Settings component to the search_settings directory. Why We are integrating the Search settings component into all Settings pages. The logic to asynchronously load the Search Settings component based on the presence of a feature flag is the same in all instances.

We’ve moved this logic from the context specific pages directory to the search_settings directory.

Screenshots (strongly suggested)

This change does not introduce user-facing changes.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Paul Slaughter

Merge request reports