Skip to content

Fix history routing constants for artifacts and wildcards#3624

Merged
mlodic merged 6 commits intointelowlproject:developfrom
ayushgupta704:fix-history-routing-tabs
Apr 7, 2026
Merged

Fix history routing constants for artifacts and wildcards#3624
mlodic merged 6 commits intointelowlproject:developfrom
ayushgupta704:fix-history-routing-tabs

Conversation

@ayushgupta704
Copy link
Copy Markdown
Contributor

Description

This PR fixes a frontend routing issue where the Artifacts evaluations, IP wildcard evaluations, and Domain wildcard evaluations tabs were incorrectly showing the Jobs History table.
The issue was caused by a mismatch between updated URL paths (e.g., /user-evaluations) and outdated HistoryPages constants. As a result, the switch statement fell back to the default JobsTable.
This PR aligns the HistoryPages constants with the new -evaluations paths, ensuring each tab displays the correct data.

  • Before changes : same for all Artifacts" , "Ip wildcard evaluations" and "domain wildcard evaluations".
Screenshot 2026-04-06 153331
  • After changes apply
Screenshot 2026-04-06 161555 Screenshot 2026-04-06 161618 image

Type of change

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).

Checklist

  • I have read and understood the rules about how to Contribute to this project
  • The pull request is for the branch develop
  • If external libraries/packages with restrictive licenses were added.

@ayushgupta704
Copy link
Copy Markdown
Contributor Author

Hi @mlodic,
I’ve applied the changes and the PR is ready for review. This should close #3622.
Thanks!!

@mlodic mlodic merged commit 7d5cdb6 into intelowlproject:develop Apr 7, 2026
9 checks passed
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.

3 participants