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 |
---|---|
How to set up and validate locally
- Go to a group
- Add a project
- Archive the project in
Settings
->General
->Advanced
- Go back to the group and click on the
Inactive
tab - Go to
/groups/\<group_path\>/-/archived
, it should redirect to/groups/<group_path>/-/inactive
Edited by Peter Hegman