Skip to content

Migrate deprecated sorting-item vue component in overview_tabs

Taras Tadai requested to merge 437872-migrate-sorting-item-in-overview_tabs into master

What does this MR do and why?

Removed gl-sorting-item in app/assets/javascripts/groups/components/overview_tabs.vue as it's deprecated. New way to use it is to pass :sort-options=.

It's a part of Pajamas adoption project

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

Before After
group_show_sorting_old group_show_sorting_new

How to set up and validate locally

  1. Open any Group
  2. Use sorting component

Related to #437872 (closed)

Merge request reports