Skip to content

Fix "View jobs" link opening wrong page from recommend matches modal#1065

Open
dipak0000812 wants to merge 1 commit into
chaoss:mainfrom
dipak0000812:fix/view-jobs-link-865
Open

Fix "View jobs" link opening wrong page from recommend matches modal#1065
dipak0000812 wants to merge 1 commit into
chaoss:mainfrom
dipak0000812:fix/view-jobs-link-865

Conversation

@dipak0000812
Copy link
Copy Markdown

Summary

Fixes #865.

I looked into the frontend flow for the "View jobs" link shown after creating a recommended matches job. The current modal uses a router-link with target="_blank".

In deployments using a base path such as /identities/, this can open the landing page instead of the jobs page.

What changed

  • Replaced the router-link with a normal anchor using the resolved SettingsJobs route URL
  • Kept opening in a new tab
  • Added rel="noopener noreferrer"

Validation

  • Built the UI locally with npm run build
  • Confirmed the change is limited to the modal component

Signed-off-by: Dipak <dhangardip09@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

View jobs link for Recommended matches doesn't display the job

1 participant