Move work item settings page to vue 3 rollout

What does this MR do and why?

This MR opts the work item settings pages into the Vue 3 rollout.

It adds a vue3_migration.yml entry point configuration for the Admin, group, and project work item settings pages, so those bundles run Vue 3 in compatibility mode once the new vue3_migrate_work_item_settings beta feature flag is enabled. No behaviour changes are expected, since the pages should render and work exactly the same under both Vue versions.

References

Feature issue: #608110 (closed) Rollout issue: #608350

Screenshots or screen recordings

How to set up and validate locally

  1. In the rails console, enable the feature flag:

    Feature.enable(:vue3_migrate_work_item_settings)
  2. Visit the project work item settings page at /:namespace/:project/-/settings/work_items and confirm that it loads and that the settings can still be updated.

  3. Repeat the same check on the group work item settings page and on the Admin work item settings page.

  4. Confirm that the browser console stays free of Vue errors on all three pages.

MR acceptance checklist

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

Related to #608110 (closed)

Edited by Deepika Guliani

Merge request reports

Loading