Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not route back to overview tab when changing the resource attributes #5058

Merged
merged 6 commits into from
May 27, 2024

Conversation

vikrantgupta25
Copy link
Member

@vikrantgupta25 vikrantgupta25 commented May 22, 2024

Summary

  • do not route back to the overview tab in case changing the resource attributes currently, the query params were getting overridden therefore causing the issue. Now appending to the params instead of overriding the same
  • retain the resource attributes in query when changing the tab
  • added jest test case for the same
  • removed extra console logs

Related Issues / PR's

fixes #5050

Screenshots

NA

Affected Areas and Manually Tested Areas

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label May 22, 2024
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

2 similar comments
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@vikrantgupta25 vikrantgupta25 force-pushed the fix-routing-tab-change branch from 3dc5ff5 to d8eb44a Compare May 22, 2024 09:41
@vikrantgupta25 vikrantgupta25 marked this pull request as ready for review May 22, 2024 10:28
@vikrantgupta25 vikrantgupta25 requested a review from YounixM as a code owner May 22, 2024 10:28
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

1 similar comment
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@vikrantgupta25 vikrantgupta25 force-pushed the fix-routing-tab-change branch from d66cc34 to 75242c8 Compare May 22, 2024 10:37
@YounixM YounixM force-pushed the fix-routing-tab-change branch from 75242c8 to 73b0094 Compare May 23, 2024 17:14
@vikrantgupta25 vikrantgupta25 force-pushed the fix-routing-tab-change branch from 73b0094 to a1de063 Compare May 23, 2024 17:57
@vikrantgupta25 vikrantgupta25 merged commit 83d0dde into develop May 27, 2024
11 of 12 checks passed
@vikrantgupta25 vikrantgupta25 deleted the fix-routing-tab-change branch May 27, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix navigation in the service overview page
3 participants