Skip to content

fix(PaginatedStorage): properly pass ids, display 1 node on Node page #1382

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

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Oct 1, 2024

Closes #1380

If PaginatedStorage enabled, Storage tab on Node page show cluster nodes, while it should show only one node

CI Results

Test Status: βœ… PASSED

πŸ“Š Full Report

Total Passed Failed Flaky Skipped
124 124 0 0 0

Bundle Size: βœ…

Current: 79.13 MB | Main: 79.13 MB
Diff: +0.00 MB (0.00%)

βœ… Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • πŸ“Š indicates links to detailed reports.
  • πŸ”Ί indicates increase, πŸ”½ decrease, and βœ… no change in bundle size.

Comment on lines -114 to -115
// node_id and group_id params don't work together
group_id: valueIsDefined(nodeId) ? undefined : groupId,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was fixed on backend recently

@artemmufazalov artemmufazalov added this pull request to the merge queue Oct 2, 2024
Merged via the queue into main with commit e63d22b Oct 2, 2024
6 checks passed
@artemmufazalov artemmufazalov deleted the 1380-storage-params branch October 2, 2024 11:06
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.

Fix nodeId and groupId filters in PaginatedStorage
2 participants