-
Notifications
You must be signed in to change notification settings - Fork 64
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(THEEDGE-3739): Fix filter and link to device details #2112
fix(THEEDGE-3739): Fix filter and link to device details #2112
Conversation
7519324
to
e6e2c87
Compare
e6e2c87
to
0314a0c
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2112 +/- ##
==========================================
+ Coverage 57.41% 57.49% +0.07%
==========================================
Files 193 193
Lines 6181 6192 +11
Branches 1712 1713 +1
==========================================
+ Hits 3549 3560 +11
Misses 2632 2632 ☔ View full report in Codecov by Sentry. |
…-frontend into THEEDGE-3739-fix-link-and-filter
/retest |
1 similar comment
/retest |
total: customResult?.data?.total, | ||
}; | ||
let mapDeviceIds = []; | ||
defaultData.results.forEach((data) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if we could extract this portion of code that fetches and merges data. Furthermore, with coverage tests, we would make sure of its behaviour.
…-frontend into THEEDGE-3739-fix-link-and-filter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Works as expected
/restest |
/retest |
1 similar comment
/retest |
🎉 This PR is included in version 1.61.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR fixes the filter and link on immutable tab for group details.
https://issues.redhat.com/browse/THEEDGE-3739