Skip to content

Changed "archived projects" tab title to "inactive" along with the url

What does this MR do and why?

Related to #436392 (closed)

Finishing up community contribution that contributor was not able to finish - !142369 (merged)

This MR updates the Shared projects tab to Inactive on the group overview page. In the future this tab will show groups and projects pending deletion and archived projects. For now it just shows archived projects. We also change the URL of this tab from /groups/<group_path>/-/archived to /groups/<group_path>/-/inactive but setup a redirect so archived is redirected to inactive.

Screenshots or screen recordings

Before After
Screenshot_2024-03-18_at_9.58.35_AM Screenshot_2024-03-18_at_9.53.14_AM

How to set up and validate locally

  1. Go to a group
  2. Add a project
  3. Archive the project in Settings -> General -> Advanced
  4. Go back to the group and click on the Inactive tab
  5. Go to /groups/\<group_path\>/-/archived, it should redirect to /groups/<group_path>/-/inactive
Edited by Peter Hegman

Merge request reports