Skip to content

Migrate group_dropdown to import_target_dropdown

What does this MR do and why?

Use import_target_dropdown to replace group_dropdown as they are functionally the same apart from the actual template that uses GlCollapsibleListbox in the newer component. Previous MR that introduced import_target_dropdown.vue !127315 (merged).

Changelog: changed

Screenshots or screen recordings

Before After
Group_import_dropdown__No_parent__-_before Group_import_dropdown__No_parent__-_after
Group_import_dropdown__Selected__-_before Group_import_dropdown__Selected__-_after

How to set up and validate locally

  1. In the header bar, click on + icon (Create new...) > New group.
  2. Select Import group.
  3. Fill in the GDK URL as GitLab source instance URL and a Person Access Token.
  4. You should be on the Import groups page. For example, http://127.0.0.1:3000/import/bulk_imports/status.

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 #413492 (closed)

Edited by Justin Ho Tuan Duong

Merge request reports