Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

fix(search_jobs): remove trailing * from URL#63821

Merged
stefanhengl merged 2 commits into
mainfrom
stefan-splf-147-fix-going-to-the-search-jobs-page-via-nav-bar-goes-to-a
Jul 16, 2024
Merged

fix(search_jobs): remove trailing * from URL#63821
stefanhengl merged 2 commits into
mainfrom
stefan-splf-147-fix-going-to-the-search-jobs-page-via-nav-bar-goes-to-a

Conversation

@stefanhengl

Copy link
Copy Markdown
Member

Navigating to the Search Jobs overview page now goes to /search-jobs instead of /search-jobs/*

Test plan:
manual testing

image

Navigating to the Search Jobs overview page now goes to `/search-jobs`
instead of `/search-jobs/*`

Test plan:
manual testing
@stefanhengl stefanhengl requested review from a team and fkling July 15, 2024 09:45
@cla-bot cla-bot Bot added the cla-signed label Jul 15, 2024
@github-actions github-actions Bot added team/product-platform team/search-platform Issues owned by the search platform team labels Jul 15, 2024
@@ -25,7 +25,7 @@ export enum PageRoutes {
BatchChanges = '/batch-changes/*',
CodeMonitoring = '/code-monitoring/*',
Insights = '/insights/*',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the trailing asterisk intended for?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeMonitoring and Insights have subpages and I believe the asterisk is catch-all for all pages related to insights. Search Jobs only has a single page.

@stefanhengl stefanhengl merged commit ae0f2dd into main Jul 16, 2024
@stefanhengl stefanhengl deleted the stefan-splf-147-fix-going-to-the-search-jobs-page-via-nav-bar-goes-to-a branch July 16, 2024 07:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed team/product-platform team/search-platform Issues owned by the search platform team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants