HMS-11167: fix Systems cards - #1745
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1745 +/- ##
==========================================
- Coverage 77.49% 77.40% -0.10%
==========================================
Files 102 102
Lines 3302 3315 +13
Branches 759 760 +1
==========================================
+ Hits 2559 2566 +7
- Misses 664 670 +6
Partials 79 79 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
HMS-11167 Add an action that replaces query params rather than combining with the already applied ones. It will be used when filtering based on Systems cards interaction. It is added because `apply`, used until now, would not clear already applied filters, leading to an unexpedcted number of systems being displayed.
HMS-11167 Co-Authored-By: Claude <noreply@anthropic.com>
HMS-11167 This mechanic forces InventoryTable to rerender and update its inner state to the new state with updated filters after clicking systems card. Co-Authored-By: Claude <noreply@anthropic.com>
dominikvagner
approved these changes
Aug 11, 2026
dominikvagner
left a comment
Collaborator
There was a problem hiding this comment.
looks good! ✨ nice job 🙇🏼
the UI tests are currently broken due to the issue with stage DB :/
ack ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Associated Jira ticket: HMS-11167
Fix various Systems cards issues, described in detail in commit description if needed.
How to test the PR
npm run start:stageBefore the change
After the change
Checklist: